trackingCodes
trackingCodes(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: TrackingCodeOrder
where: TrackingCodeWhereInput
): TrackingCodeConnection!
Arguments
trackingCodes.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
trackingCodes.first ● Int scalar
Returns the first n elements from the list.
trackingCodes.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
trackingCodes.last ● Int scalar
Returns the last n elements from the list.
trackingCodes.orderBy ● TrackingCodeOrder input
Ordering options for TrackingCodes returned from the connection.
trackingCodes.where ● TrackingCodeWhereInput input
Filtering options for TrackingCodes returned from the connection.
Type
TrackingCodeConnection object
A connection to a list of items.