Current section
Files
Jump to
Current section
Files
mutations/removeCustomerFromTenant.graphql
mutation ($input: RemoveCustomerFromTenantsInput!) {
removeCustomerFromTenants(input: $input) {
error {
message
type
code
fields {
field
message
type
}
}
}
}