FulfillmentRuleConnection
The connection type for FulfillmentRule.
type FulfillmentRuleConnection {
edges: [FulfillmentRuleEdge]
nodes: [FulfillmentRule]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
FulfillmentRuleConnection.edges ● [FulfillmentRuleEdge] list object common
A list of edges.
FulfillmentRuleConnection.nodes ● [FulfillmentRule] list object orders
A list of nodes.
FulfillmentRuleConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
FulfillmentRuleConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
fulfillmentRules query