Contact Mutation
Mutation Types
type Mutation {
removeContact(id: String): AsyncEventResponse
}
type AsyncEventResponse {
statusCode: Int
message: String
}mutation {
removeContact(
id: <everreal_uuid>
)
}Last updated