File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
modules/ROOT/pages/mutations Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 221221|===
222222====
223223
224- === `_POP `
224+ === `pop `
225225
226- `_POP ` expects a single `Int` value as input.
226+ `pop ` expects a single `Int` value as input.
227227
228228Consider the following type definitions, a `Movie` with a property array called `tags`:
229229
@@ -237,7 +237,7 @@ type Movie @node {
237237
238238You can pop from this `tags` property array:
239239
240- .Mutation with a single `_POP `
240+ .Mutation with a single `pop `
241241====
242242[source, graphql, indent=0]
243243----
@@ -268,7 +268,7 @@ tags: ['a', 'b']
268268
269269Or, for more than one property from the array:
270270
271- .Mutation with two `_POP `
271+ .Mutation with two `pop `
272272====
273273[source, graphql, indent=0]
274274----
@@ -311,7 +311,7 @@ type Movie @node {
311311
312312Then, you can pop from both the `tags` and `moreTags` property arrays:
313313
314- .Mutation with `_POP ` from two different arrays
314+ .Mutation with `pop ` from two different arrays
315315====
316316[source, graphql, indent=0]
317317----
You can’t perform that action at this time.
0 commit comments