ContactMeansOfContactUpdateInput
Provides the capabilities for updating a certain contact's means of contact.
input ContactMeansOfContactUpdateInput {
id: ID!
type: String!
value: String!
country: String
isDefault: Boolean
}
Fields
ContactMeansOfContactUpdateInput.id
● ID!
non-null scalar
The contact's means of contact unique identifier.
ContactMeansOfContactUpdateInput.type
● String!
non-null scalar
The contact's means of contact type.
ContactMeansOfContactUpdateInput.value
● String!
non-null scalar
The contact's means of contact value.
ContactMeansOfContactUpdateInput.country
● String
scalar
The contact's means of contact phone country code.
ContactMeansOfContactUpdateInput.isDefault
● Boolean
scalar
Define whether this number is the default. This is handy when a contact has multiple numbers. Example: true
Member Of
updateContactMeansOfContact
mutation