INPUT_OBJECT
AddressBookEntryCreateInput
link GraphQL Schema definition
1 input AddressBookEntryCreateInput { 2 3 # Exactly one input field should be provided 4 AccountInput! : 5 6 String! : 7 8 String : 9 10 AddressBookAddressInput : 11 12 CarrierInformationInput : 13 14 # Assign an external ID to reference this object by it later 15 String : 16 }