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