Skip to main content

TrackingCodeConnection

A connection to a list of items.

type TrackingCodeConnection {
edges: [TrackingCodeEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

TrackingCodeConnection.edges ● [TrackingCodeEdge] list object

A list of edges.

TrackingCodeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

TrackingCodeConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

trackingCodes query