Organization / Types/ object
SupplierEdge
An edge that contains a node of type Supplier and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
name•StringName of the supplier
reference•StringAccount number of the organization at the supplier
emails•[String!]E-mail addresses
remarks•StringRemarks about this supplier
createdAt•DateTimeTz!When the supplier was created.
updatedAt•DateTimeTz!When the supplier was last updated.
cursor•String!A unique cursor that can be used for pagination.