Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2e6f53

Browse files
McFLoDuRbenjie
andauthored
Remove extra "like" from sentence (#2053)
* Remove extra "like" from sentenceSentence starting with"Also like just like queries," changed to"Also just like queries,".* Update src/pages/learn/mutations.mdx---------Co-authored-by: Benjie <benjie@jemjie.com>
1 parentc1d8191 commitd2e6f53

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
Mutationfieldscanalsoacceptargumentsandyoumightnoticethatthe `review`argumenthasaninputtypesetto `ReviewInput`.Thisisknownas [InputObjecttype](/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-
Alsolikejustlikequeries, if the mutation field returns an Object type, then you specify a selection set of its fields in theoperation:
44+
Aswithqueries, if the mutation field returns an Object type then you must specify a selection set of its fields in theoperation:
4545

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp