Skip to content

Commit c58c260

Browse files
committed
complete me
1 parent 726426a commit c58c260

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

graphql/auth.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extend type Query {
2-
users: [User!]! @paginate
2+
me: User! @auth
33
}
44

55
extend type Mutation {

graphql/user.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
extend type Query {
2+
users: [User!]! @paginate
3+
}

0 commit comments

Comments
 (0)