summaryrefslogtreecommitdiffstats
path: root/frontend/queries/queries.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/queries/queries.graphql')
-rw-r--r--frontend/queries/queries.graphql6
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