all repos — caroster @ efb618469130ae351c648f97b4a1d6cac23525b3

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