INPUT_OBJECT
SupplierCreateInput
link GraphQL Schema definition
1 input SupplierCreateInput { 2 3 # Set Supplier ID, it will be replaced by ID conversion in future 4 : Int 5 6 : String! 7 8 : Status! 9 10 : SupplierAddressInput 11 12 : String 13 14 : TermsInput 15 16 : TermsInput 17 18 : DocumentTemplateInput 19 20 # Exactly one input field should be provided 21 : WarehouseInput 22 }