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 2b8c676 commit 5208ef2Copy full SHA for 5208ef2
README.md
@@ -41,7 +41,7 @@ type Query {
41
42
type Mutation {
43
uploadFiles(files: [FileInput]!): [String]
44
- updateUser(id: ID!, name: String!): User
+ updateUser(id: ID!, name: String!, age: Int!): User
45
}
46
47
type Subscription {
0 commit comments