OBJECT
Order
Order of the Assignar platform.
link GraphQL Schema definition
- type Order {
- # The attachments of the order.
- OrderAttachment] : [
- # Client for the order.
- Client :
- # The comments on an order.
- String :
- # The contacts associated with this order
- Contact] : [
- # Charge and pay items related to an order.
- OrderCost :
- # The user that created this order. This may be null for orders created before the
- # created_by_id db migration.
- User :
- # The date the order was created in UTC+0.
- DateTime! :
- # The description of an order.
- String :
- # Digital Dockets created against this order, if they were created via an
- # allocation.
- DigitalDocket] : [
- # (DEPRECATED) Digital Docket Templates assigned to this order.
- DigitalDocketTemplate] @deprecated( reason: "Docket templates are now linked on a client and task level." ) : [
- # The end date of the order
- DateExpression! :
- # Form Results that have been submitted against this order.
- FormResult] : [
- # Primary geolocation of the order
- Geolocation :
- # Secondary geolocation of the order
- Geolocation :
- # The hire type of the order (wet or dry hire).
- OrderType :
- # Unique order ID.
- Int! :
- # Active state of the order.
- Boolean! :
- # Job number for an order.
- String :
- # Order primary start location.
- String :
- # Order secondary start location.
- String :
- # The user that last modified this order.
- User :
- # The time this order was last modified.
- DateTime :
- # The oder tasks associated with this order
- OrderTask] : [
- # The owner of this order.
- User :
- # Project for the order.
- Project :
- # Purchase order number on an order.
- String :
- # The status of this order.
- OrderStatus :
- # The start date of the order
- DateExpression! :
- # The supplier of this order.
- Supplier :
- # The categorization tags on the order.
- Tag] : [
- # The tasks associated with this order
- Task] : [
- # The timesheets submitted against this order
- Timesheet] : [
- # The order template id of the template which initially created the order
- Int :
- # The supervisors of the order
- User] @deprecated( reason: "No longer supported." ) : [
- }
link Require by
- AllocationAllocation of the Assignar platform.
- DigitalDocketA digital docket. Essentially a form result with data submitted with a timesheet
- FormResultA single submitted result for a form
- MaterialTransactionA material transaction.
- MaterialTransactionTotaldescription goes here
- OrderAttachmentAttachment on an order.
- OrderTaskA single order task
- ProjectA client project
- QueryRoot of the Assignar Core Query API
- SiteDiarySite diaries
- TimesheetTimesheet record