AddressBookEntriesInput
No description
input AddressBookEntriesInput {
authentication: AuthenticationInput
entries: [AddressBookEntryInput!]!
}
Fields
AddressBookEntriesInput.authentication ● AuthenticationInput input
AddressBookEntriesInput.entries ● [AddressBookEntryInput!]! non-null input
Member Of
createAddressBookEntry mutation