all repos — caroster @ ce141b018b745094b2e1cec1ceec924ed9bba3f6

[Octree] Group carpool to your event https://caroster.io

e2e/graphql/login.gql (view raw)

 1mutation login($identifier: String!, $password: String!) {
 2  login(input: { identifier: $identifier, password: $password }) {
 3    jwt
 4    user {
 5      id
 6      username
 7      email
 8      confirmed
 9    }
10  }
11}