Skip to content

Commit 5208ef2

Browse files
authored
Update README.md
1 parent 2b8c676 commit 5208ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type Query {
4141
4242
type Mutation {
4343
uploadFiles(files: [FileInput]!): [String]
44-
updateUser(id: ID!, name: String!): User
44+
updateUser(id: ID!, name: String!, age: Int!): User
4545
}
4646
4747
type Subscription {

0 commit comments

Comments
 (0)