File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- import _gql from " graphql-tag" ;
2- import { createClient as _createClient } from " ./fetchClient" ;
3- import type { Gql } from " ../generated/main" ;
4- import type { TypedDocumentNode } from " @graphql-typed-document-node/core" ;
1+ import _gql from ' graphql-tag' ;
2+ import { createClient as _createClient } from ' ./fetchClient' ;
3+ import type { Gql } from ' ../generated/main' ;
4+ import type { TypedDocumentNode } from ' @graphql-typed-document-node/core' ;
55
66const gql = _gql as Gql ;
77
@@ -21,7 +21,7 @@ mutation verify($email: String! $code: String!) {
2121` ) ;
2222
2323const permissionsQ = gql ( `
24- query permissions { permisssions }
24+ query permissions { permissions }
2525` ) ;
2626
2727const logoutQ = gql ( `mutation logout { logout }` ) ;
@@ -40,5 +40,3 @@ export function createClient(endpoint: string) {
4040 logoutQ : wrapQuery ( logoutQ ) ,
4141 } ;
4242}
43-
44-
You can’t perform that action at this time.
0 commit comments