OBJECT
Supplier
A single supplier
link GraphQL Schema definition
- type Supplier {
- # Unique supplier ID.
- Int! :
- # The tag's display name.
- String! :
- # The tag's display name.
- String :
- # The tag's display name.
- String :
- # The tag's display name.
- String :
- # The tag's display name.
- String :
- # Mailing address.
- Address :
- # Free text comments.
- String :
- # The contacts associated with this supplier
- Contact] : [
- # An ID used to link to an external application.
- String :
- # True if the supplier is active and visible in the UI, false otherwise.
- Boolean! :
- # The user that made the last change.
- User :
- # The date/time the last change was made in UTC+0.
- DateTime :
- # The related documents.
- SupplierDocument] : [
- }
link Require by
- AssetAn Asset
- FormResultA single submitted result for a form
- FormResultPastVersionPast versions of a form result
- MaterialTransactionA material transaction.
- OrderOrder of the Assignar platform.
- QueryRoot of the Assignar Core Query API
- SupplierDocumentCompliance (or other) documents for a supplier.
- TaskTask of the Assignar platform.
- UserUser of the Assignar platform.