TenantUpdate
Result of tenantUpdate mutation.
type TenantUpdate {
tenant: Tenant
tenantErrors: [TenantError!]!
}
Fields
TenantUpdate.tenant ● Tenant object
The updated tenant.
TenantUpdate.tenantErrors ● [TenantError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
tenantUpdate mutation