DeleteContactPayload
Autogenerated return type of DeleteContact
type DeleteContactPayload {
clientMutationId: String
errors: [String!]
msg: String
}
Fields
DeleteContactPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteContactPayload.errors
● [String!]
list scalar
DeleteContactPayload.msg
● String
scalar
Returned by
deleteContact
mutation