-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…7303) Fixes GRAPHQL-921 The first mutation below will now return the "Mutation" type, which previously was giving an error. Mutation: mutation { __typename addpost1(input: [{title: "Dgraph", numLikes: 92233720 }]) { post1 { title numLikes } } } `Response:` { "__typename":"Mutation", "addpost1": { "post1": [{ "title": "Dgraph", "numLikes": 92233720 }] } } (cherry picked from commit b6edc7e)
- Loading branch information
1 parent
9fb39a1
commit 74e8b82
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters