INPUT_OBJECT
AddressBookEntryCreateInput
link GraphQL Schema definition
1 input AddressBookEntryCreateInput { 2 3 AccountInput! : 4 5 String! : 6 7 String : 8 9 AddressBookAddressInput : 10 11 CarrierInformationInput : 12 }
INPUT_OBJECT
1 input AddressBookEntryCreateInput { 2 3 AccountInput! : 4 5 String! : 6 7 String : 8 9 AddressBookAddressInput : 10 11 CarrierInformationInput : 12 }