UpdateContactStoreInput
Defines the input for updating the details for a contact store.
input UpdateContactStoreInput {
contactStoreId: ID!
customFields: [CustomFieldInput!]
}
Fields
UpdateContactStoreInput.contactStoreId
● ID!
non-null scalar
The ID of the contact store to be updated.
UpdateContactStoreInput.customFields
● [CustomFieldInput!]
list input
The custom fields to update or create for the contact store. Optional.
Member Of
updateContactStore
mutation