We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a874e commit cc7e1efCopy full SHA for cc7e1ef
graphql/types/User/index.js
@@ -16,7 +16,7 @@ export default `
16
}
17
18
type Mutation {
19
- createUser(user: CreateUserInput): User!
+ createUser(user: CreateUserInput!): User!
20
updateUser(_id: String!, user: UpdateUserInput!): Boolean!
21
deleteUser(_id: String!): Boolean!
22
0 commit comments