Skip to content

Commit e1ac8a2

Browse files
added schema
Signed-off-by: Andriy Kalashnykov <[email protected]>
1 parent dd9e83d commit e1ac8a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

graph/schema.graphqls

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ type Mutation {
3737
createLink(input: NewLink!): Link!
3838
createUser(input: NewUser!): String!
3939
login(input: Login!): String!
40-
# we'll talk about this in authentication section
4140
refreshToken(input: RefreshTokenInput!): String!
4241
}
42+
43+
schema {
44+
query: Query
45+
mutation: Mutation
46+
}

0 commit comments

Comments
 (0)