Skip to content

Commit

Permalink
update example with new input type
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdf committed Jan 12, 2024
1 parent f175937 commit 60c4b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/request/user_creation.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mutation {
create_User(data: "{\"age\": 31, \"verified\": true, \"points\": 90, \"name\": \"Bob\"}") {
create_User(input: {age: 31, verified: true, points: 90, name: "Bob"}) {
_docID
}
}

0 comments on commit 60c4b31

Please sign in to comment.