FulfillmentRuleEdge
An edge in a connection.
type FulfillmentRuleEdge {
cursor: String!
node: FulfillmentRule
}
Fields
FulfillmentRuleEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
FulfillmentRuleEdge.node ● FulfillmentRule object orders
The item at the end of the edge.
Member Of
FulfillmentRuleConnection object