DeleteContactInput
Autogenerated input type of DeleteContact
input DeleteContactInput {
clientMutationId: String
id: Int!
}
Fields
DeleteContactInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteContactInput.id
● Int!
non-null scalar
Member of
deleteContact
mutation