GraphQL API
Organization API
Organization / Types/ object

SerialNumberConnection

A paginated list of SerialNumber edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

idID!

Unique primary key.

codeString!

The serial number

createdAtDateTimeTz!

When the serial number was created.

updatedAtDateTimeTz!

When the serial number was last updated.

productProduct

Product linked to this serial number

fulfillmentLineFulfillmentLine

Fulfillment line linked to this serial number

stockStock

Stock linked to this serial number

cursorString!

A unique cursor that can be used for pagination.