INPUT_OBJECT
SubvouchersCreateInput
link GraphQL Schema definition
1 input SubvouchersCreateInput { 2 3 #   Exactly one input field should be provided 4 : VoucherInput! 5 6 : DateTimeTz! 7 8 : DateTimeTz! 9 10 : [SubvoucherIdentifier!]! 11 } 
INPUT_OBJECT
1 input SubvouchersCreateInput { 2 3 #   Exactly one input field should be provided 4 : VoucherInput! 5 6 : DateTimeTz! 7 8 : DateTimeTz! 9 10 : [SubvoucherIdentifier!]! 11 }