Anchor to AppSubscriptionMigrationOperationCreatePayloadApp
payloadApp Subscription Migration Operation Create Payload
The result of an appSubscriptionMigrationOperationCreate mutation.
Anchor to FieldsFields
- operation (AppSubscriptionMigrationOperation)
- userErrors ([UserError!])
- Anchor to operationoperation•App
Subscription Migration Operation The migration operation that was created.
- Anchor to userErrorsuser•[User
Errors Error!] Errors when creating the migration operation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- appSubscriptionMigrationOperationCreate (AppSubscriptionMigrationOperationCreatePayload)
- •mutation
Creates an app subscription migration operation for a batch of shops.
- Anchor to appIdapp•ID!
Id required The ID of the app. Example value:
.- Anchor to idempotencyKeyidempotency•String
Key A key that identifies this batch. Submitting the same key again returns the operation created the first time instead of creating another one, including after that operation has been canceled. Defaults to a digest of the batch, so retrying an identical request is safe without supplying one. Pass a new key to reschedule a batch that was previously canceled.
- Anchor to inputinput•[App
Subscription Migration Input!]! required The migration actions to perform, one per shop.
Arguments
Was this section helpful?