Anchor to migratableAppSubscriptionsmigratable
querymigratable App Subscriptions
The app subscriptions that are eligible for migration for an app.
Anchor to Arguments
•MigratableAppSubscriptionConnectionMigratableAppSubscriptionConnection arguments
- after (String)
- appId (ID!)
- before (String)
- first (Int)
- last (Int)
- status (AppSubscriptionMigrationStatus)
- Anchor to afterafter•String
Returns the elements in the list that come after the specified cursor.
- Anchor to appIdapp•ID!
Id required The ID of the app. Example value:
.- 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.
- Anchor to statusstatus•App
Subscription Migration Status Filters the results by migration status.
Was this section helpful?
Anchor to Possible returnsPossible returns
- edges ([MigratableAppSubscriptionEdge!]!)
- pageInfo (AppSubscriptionMigrationPageInfo!)
- Anchor to edgesedges•[Migratable
App Subscription Edge!]! non-null A list of edges.
- Anchor to pageInfopage•App
Info Subscription Migration Page Info! non-null Information about pagination in this connection.
Was this section helpful?