Organization / Types/ object
SerialNumberConnection
A paginated list of SerialNumber edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•ID!Unique primary key.
code•String!The serial number
createdAt•DateTimeTz!When the serial number was created.
updatedAt•DateTimeTz!When the serial number was last updated.
product•ProductProduct linked to this serial number
fulfillmentLine•FulfillmentLineFulfillment line linked to this serial number
stock•StockStock linked to this serial number
cursor•String!A unique cursor that can be used for pagination.