all repos — caroster @ ff0d7c9aa372e183a1bede5b714d73fc66afffb2

[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}