7 lines
73 B
GraphQL
7 lines
73 B
GraphQL
mutation MyMutation {
|
|
myField
|
|
myOtherField {
|
|
...MyFragment
|
|
}
|
|
}
|