Skip to content

Commit cc7e1ef

Browse files
Update index.js
1 parent c9a874e commit cc7e1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/types/User/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default `
1616
}
1717
1818
type Mutation {
19-
createUser(user: CreateUserInput): User!
19+
createUser(user: CreateUserInput!): User!
2020
updateUser(_id: String!, user: UpdateUserInput!): Boolean!
2121
deleteUser(_id: String!): Boolean!
2222
}

0 commit comments

Comments
 (0)