Skip to main content

DiscountUsageConnection

A connection to a list of DiscountUsage values.

type DiscountUsageConnection {
hasNextPage: Boolean!
nodes: [DiscountUsage!]!
totalCount: Int!
}

Fields

DiscountUsageConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

DiscountUsageConnection.nodes ● [DiscountUsage!]! non-null object

The resulting items.

DiscountUsageConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

Member Of

Discount object ● User object