INPUT_OBJECT
PurchaseOrderCreateInput
link GraphQL Schema definition
1 input PurchaseOrderCreateInput { 2 3 SupplierInput! : 4 5 DateTimeTz : 6 7 DateTimeTz : 8 9 DateTimeTz : 10 11 SupplierAddressInput : 12 13 PurchaseOrderShippingAddressInput! : 14 15 PurchaseOrderLineCreateInput!] : [ 16 17 # Exactly one input field should be provided 18 WarehouseInput : 19 20 TermsInput : 21 22 TermsInput : 23 24 DocumentTemplateInput : 25 26 String : 27 28 String : 29 30 String : 31 32 # Assign an external ID to reference this object by it later 33 String : 34 }