all repos — caroster @ f32f255ec915c750c098a36aa5ed977311cf93f3

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

frontend/graphql/auth.gql (view raw)

1mutation sendMagicLink($email: String!, $lang: String) {
2  sendMagicLink(email: $email, lang: $lang)
3}