App Subscription Migration Operation
An app subscription migration operation.
Anchor to FieldsFields
- id (ID!)
- results (AppSubscriptionMigrationResultConnection)
- status (AppSubscriptionMigrationOperationStatus!)
- total (Int!)
- •ID!non-null
The ID of the operation. Example value:
.- Anchor to resultsresults•App
Subscription Migration Result Connection The per-shop results of the operation.
- Anchor to afterafter•String
Returns the elements in the list that come after the specified cursor.
- Anchor to beforebefore•String
Returns the elements in the list that come before the specified cursor.
- Anchor to firstfirst•Int
Returns the first n elements from the list.
- Anchor to lastlast•Int
Returns the last n elements from the list.
Arguments
- Anchor to statusstatus•App
Subscription Migration Operation Status! non-null The status of the operation.
- Anchor to totaltotal•Int!non-null
The total number of shops in the operation.
Anchor to QueriesQueries
- appSubscriptionMigrationOperation (AppSubscriptionMigrationOperation)
- •query
A single app subscription migration operation for an app.
- Anchor to appIdapp•ID!
Id required The ID of the app. Example value:
.- •ID!required
The ID of the operation. Example value:
.
Arguments
Anchor to MutationsMutations
- appSubscriptionMigrationOperationCancel (AppSubscriptionMigrationOperationCancelPayload)
- appSubscriptionMigrationOperationCreate (AppSubscriptionMigrationOperationCreatePayload)
- •mutation
Cancels an app subscription migration operation.
- Anchor to appIdapp•ID!
Id required The ID of the app. Example value:
.- •ID!required
The ID of the operation. Example value:
.
Arguments
- •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