Magidoc

BulkOperationRunQueryInput
Input Object

The properties of the new BulkOperationRunQuery.

Fields

#

query

Non-null

The query to run. The query must be in the format of a valid GraphQL query. E.g. `query { products { edges { node { id } } } }`

Usages

#

References

#

  • Argument input of field bulkOperationRunQuery from type Mutation