Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Omkar Rokade committed Mar 5, 2022
1 parent f85d59d commit 3f1eb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/changesets.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Mutation {
updateUser(id: ID!, changes: UserChanges!): User
}

type UserChanges {
input UserChanges {
name: String
email: String
}
Expand Down

0 comments on commit 3f1eb54

Please sign in to comment.