INPUT_OBJECT
OrderUpdate
Order of the Assignar platform.
link GraphQL Schema definition
- input OrderUpdate {
- # 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 :
- # 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 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] : [
- }