INPUT_OBJECT
OrderCreate
Order of the Assignar platform.
link GraphQL Schema definition
- input OrderCreate {
- # The attachments of the order.
- AttachmentInput] : [
- # Client for the order.
- IdObject! :
- # The comments on an order.
- String :
- # The contacts associated with this order
- IdObject] : [
- # The description of an order.
- String :
- # The end date of the order
- DateExpression! :
- # Primary geolocation of the order
- GeolocationInput :
- # Secondary geolocation of the order
- GeolocationInput :
- # The hire type of the order (wet or dry hire).
- IdObject :
- # Job number for an order.
- String :
- # Order primary start location.
- String :
- # Order secondary start location.
- String :
- # The owner of this order.
- IdObject! :
- # Project for the order.
- IdObject :
- # Purchase order number on an order.
- String :
- # The status of this order.
- IdObject! :
- # The start date of the order
- DateExpression! :
- # The supplier of this order.
- IdObject :
- # The categorization tags on the order.
- IdObject] : [
- # The order template id of the template which initially created the order
- Int :
- }