Current section
Files
Jump to
Current section
Files
mutations/updateTenantTier.graphql
mutation ($input: UpdateTenantTierInput!) {
updateTenantTier(input: $input) {
tenantTierMembership {
id
tierId
}
error {
message
type
code
fields {
field
message
type
}
}
}
}