Current section
Files
Jump to
Current section
Files
mutations/upsertTenant.graphql
mutation ($input: UpsertTenantInput!) {
upsertTenant(input: $input) {
tenant {
id
externalId
name
url
}
error {
message
type
code
fields {
field
message
type
}
}
}
}