Skip to content

Commit d2e6f53

Browse files
McFLoDuRbenjie
andauthored
Remove extra "like" from sentence (#2053)
* Remove extra "like" from sentence Sentence starting with "Also like just like queries," changed to "Also just like queries,". * Update src/pages/learn/mutations.mdx --------- Co-authored-by: Benjie <[email protected]>
1 parent c1d8191 commit d2e6f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/mutations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Like queries, mutation fields are added to one of the [root operation types](htt
4141

4242
Mutation fields can also accept arguments and you might notice that the `review` argument has an input type set to `ReviewInput`. This is known as [Input Object type](/learn/schema/#input-object-types), which allows us to pass in a structured object containing information the mutation can use instead of individual scalar values only.
4343

44-
Also like just like queries, if the mutation field returns an Object type, then you specify a selection set of its fields in the operation:
44+
As with queries, if the mutation field returns an Object type then you must specify a selection set of its fields in the operation:
4545

4646
```graphql
4747
# { "graphiql": true, "variables": { "ep": "JEDI", "review": { "stars": 5, "commentary": "This is a great movie!" } } }

0 commit comments

Comments
 (0)