Skip to content

Commit c15749d

Browse files
Winths1dunglas
authored andcommitted
Update graphql.md
Field's name update
1 parent 822fcca commit c15749d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2822,7 +2822,7 @@ and for an example implementation for the Apollo client check out [Apollo Upload
28222822

28232823
```graphql
28242824
mutation CreateMediaObject($file: Upload!) {
2825-
createMediaObject(input: {file: $file}) {
2825+
uploadMediaObject(input: {file: $file}) {
28262826
mediaObject {
28272827
id
28282828
contentUrl

0 commit comments

Comments
 (0)