Skip to main content

Tenant

No description

type Tenant {
created_at: DateTimeISO!
id: ID!
name: String!
settings: JSONObject
subdomain: String!
updated_at: DateTimeISO!
}

Fields

Tenant.created_at ● DateTimeISO! non-null scalar

Tenant.id ● ID! non-null scalar

Tenant.name ● String! non-null scalar

Tenant.settings ● JSONObject scalar

Tenant.subdomain ● String! non-null scalar

Tenant.updated_at ● DateTimeISO! non-null scalar

Returned By

tenant query ● tenantUpdate mutation ● updateTenant mutation

Member Of

Debug object ● TenantConnection object