summaryrefslogtreecommitdiffstats
path: root/frontend/src/auth0/auth0Authentication.graphql
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-03-22 21:12:53 -0400
committerWes Bos <wesbos@gmail.com>2018-03-22 21:12:53 -0400
commitfa16c52917305e21823294e3a4e384bfeae50da0 (patch)
treeba506fd1b514dcfd87d4f0c79a613e969a72f3af /frontend/src/auth0/auth0Authentication.graphql
parent169b0953ad91f22bb3b2bf2d80d87ebfbe30d45d (diff)
bye auth0
Diffstat (limited to 'frontend/src/auth0/auth0Authentication.graphql')
-rw-r--r--frontend/src/auth0/auth0Authentication.graphql8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/src/auth0/auth0Authentication.graphql b/frontend/src/auth0/auth0Authentication.graphql
deleted file mode 100644
index 1d4b135..0000000
--- a/frontend/src/auth0/auth0Authentication.graphql
+++ /dev/null
@@ -1,8 +0,0 @@
-type AuthenticateUserPayload {
- id: String!
- token: String!
-}
-
-extend type Mutation {
- authenticateUser(accessToken: String!): AuthenticateUserPayload!
-} \ No newline at end of file