subscriptions

List of subscriptions

Arguments

ArgumentDescription

signupCompletedSince (ISO8601DateTime)

Filter subscriptions to those who completed their signup since a certain time.

signupCompletedUntil (ISO8601DateTime)

Filter subscriptions to those who completed their signup until a certain time.

updatedSince (ISO8601DateTime)

Filter subscriptions to those who were updated since the given datetime.

updatedUntil (ISO8601DateTime)

Filter subscriptions to those that where updated until the given datetime.

ids ([ID!])

Filter subscriptions to those of specific IDs.

customerReferences ([String!])

Filter subscriptions to those of specific customer references.

statuses ([SubscriptionStatus!])

Filter subscriptions to those of specific statuses. Lists all subscriptions except DRAFT if none given.

email (String)

Filter subscriptions to those with a specific email address (case-insensitive).

after (String)

Returns the elements in the list that come after the specified cursor.

before (String)

Returns the elements in the list that come before the specified cursor.

first (Int)

Returns the first n elements from the list.

last (Int)

Returns the last n elements from the list.

Return fields

A list of edges.

nodes ([Subscription])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int)

The total number of items available.

Last updated