--- title: SubscriptionContractConnection - GraphQL Admin description: An auto-generated type for paginating through multiple SubscriptionContracts. api_version: 2025-01 api_name: admin type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/connections/SubscriptionContractConnection md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/connections/SubscriptionContractConnection.md --- # Subscription​Contract​Connection connection An auto-generated type for paginating through multiple SubscriptionContracts. ## Fields with this connection * [Customer.subscriptionContracts](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Customer#field-Customer.fields.subscriptionContracts) OBJECT Information about a customer of the shop, such as the customer's contact details, purchase history, and marketing preferences. Tracks the customer's total spending through the [`amountSpent`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer#field-amountSpent) field and provides access to associated data such as payment methods and subscription contracts. *** Caution Only use this data if it's required for your app's functionality. Shopify will restrict [access to scopes](https://shopify.dev/api/usage/access-scopes) for apps that don't have a legitimate use for the associated data. *** * [Customer​Payment​Method.subscriptionContracts](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CustomerPaymentMethod#field-CustomerPaymentMethod.fields.subscriptionContracts) OBJECT A customer's saved payment method. Stores the payment instrument details and billing information for recurring charges. The payment method supports types included in the [`CustomerPaymentInstrument`](https://shopify.dev/docs/api/admin-graphql/latest/unions/CustomerPaymentInstrument) union. *** ## Queries with this connection * [subscription​Contracts](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/subscriptionContracts) query Returns a [`SubscriptionContractConnection`](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionContractConnection) containing [subscription contracts](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContract). Subscription contracts are agreements between [customers](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer) and merchants for recurring purchases with defined billing and delivery schedules. Filter results with the [`query`](https://shopify.dev/docs/api/admin-graphql/latest/queries/subscriptionContracts#arguments-query) argument. You can paginate results using standard [cursor-based pagination](https://shopify.dev/docs/api/usage/pagination-graphql). * first [Int](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Int) ### Arguments The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * after [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * last [Int](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Int) The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * before [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * reverse [Boolean](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Boolean) Default:false Reverse the order of the underlying list. * query [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about [Shopify API search syntax](https://shopify.dev/api/usage/search-syntax). * created\_at time * * id id * last\_billing\_attempt\_error\_type string - Filter by `id` range. - Example: * `id:1234` * `id:>=1234` * `id:<=1234` * status string * updated\_at time *** *** ## Possible returns * edges [\[Subscription​Contract​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionContractEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Subscription​Contract!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionContract) non-null A list of nodes that are contained in SubscriptionContractEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. * page​Info [Page​Info!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. *** ## Map ### Fields with this connection * {}[Customer.subscriptionContracts](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/Customer#field-Customer.fields.subscriptionContracts) * {}[Customer​Payment​Method.subscriptionContracts](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CustomerPaymentMethod#field-CustomerPaymentMethod.fields.subscriptionContracts) ### Queries with this connection * \[subscription​Contracts](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/subscriptionContracts) ### Possible returns * <->[Subscription​Contract​Connection.edges](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/SubscriptionContractConnection#returns-edges) * <->[Subscription​Contract​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/SubscriptionContractConnection#returns-nodes) * <->[Subscription​Contract​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/SubscriptionContractConnection#returns-pageInfo)