Tenant
Represents a Tenant in a multi-tenant deployment
type Tenant implements Node {
id: ID!
name: String!
isActive: Boolean!
slug: String!
marketplaceConfiguration: MarketplaceConfiguration
onboardingStepsCompleted: [TenantOnboardingStep!]!
storefrontUrl: String!
}
Fields
Tenant.id ● ID! non-null scalar
The ID of the object
Tenant.name ● String! non-null scalar
Tenant.isActive ● Boolean! non-null scalar
Tenant.slug ● String! non-null scalar
Tenant.marketplaceConfiguration ● MarketplaceConfiguration object
Marketplace configuration for the tenant