Skip to main content

FulfillmentProfileConnection

The connection type for FulfillmentProfile.

type FulfillmentProfileConnection {
edges: [FulfillmentProfileEdge]
nodes: [FulfillmentProfile]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

FulfillmentProfileConnection.edges ● [FulfillmentProfileEdge] list object common

A list of edges.

FulfillmentProfileConnection.nodes ● [FulfillmentProfile] list object orders

A list of nodes.

FulfillmentProfileConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

FulfillmentProfileConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

fulfillmentProfiles query