all repos — caroster @ d25fd2970a46f8b86f2abaaff47a8ebef62e4f73

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