diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-15 22:15:36 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-15 22:15:36 -0400 |
| commit | 3f9b14e3c1d7f47d9b3e48b94b3b5bf2c722205e (patch) | |
| tree | 63373ce8c75e51305b7899af6c53903ef6c4f179 /frontend/queries/queries.graphql | |
| parent | ae1a94b08f5aba0c16c6536e388b4dd4a53120fd (diff) | |
migrate to cookies for jwt
Diffstat (limited to 'frontend/queries/queries.graphql')
| -rw-r--r-- | frontend/queries/queries.graphql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/queries/queries.graphql b/frontend/queries/queries.graphql index 61d5587..22e5f29 100644 --- a/frontend/queries/queries.graphql +++ b/frontend/queries/queries.graphql @@ -36,6 +36,12 @@ mutation SIGNIN_MUTATION($email: String!, $password: String!) { } } +mutation SIGN_OUT_MUTATION { + signout { + id + } +} + mutation REQUEST_RESET_MUTATION($email: String!) { requestReset(email: $email) { id |
