INPUT_OBJECT

AddressBookEntryUpdateInput

link GraphQL Schema definition

1input AddressBookEntryUpdateInput {
2
3name: String
4
5websiteUrl: String
6
7address: AddressBookAddressInput
8
9carrierInformation: CarrierInformationInput
10
11# Assign an external ID to reference this object by it later
12externalId: String
13}

link Required by