INPUT_OBJECT
SubvoucherGenerateInput
link GraphQL Schema definition
1 input SubvoucherGenerateInput { 2 3 # Exactly one input field should be provided 4 VoucherInput! : 5 6 # Leave out if a list of identifiers is provided 7 Int : 8 9 # A code per identifier will be generated 10 # 11 # Exactly one input field should be provided 12 SubvoucherGenerateIdentifiersInput : 13 14 DateTimeTz! : 15 16 DateTimeTz! : 17 18 Int! : 19 20 SubvoucherGeneratorCasing! : 21 22 String! : 23 24 String! : 25 26 String! : 27 28 String! : 29 }