all repos — caroster @ 4c733c75c7cd8b445013383eee26c32cc30621c6

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