Files

7 lines
73 B
GraphQL

mutation MyMutation {
myField
myOtherField {
...MyFragment
}
}