ServerFeatures
Server-level feature flags that gate UI affordances and API behavior on this Massdriver instance.
Feature flags here describe what an unauthenticated client can or cannot do against this server, so login screens and signup flows can render the correct options.
type ServerFeatures {
orgCreationEnabled: Boolean!
}
Fields
ServerFeatures.orgCreationEnabled ● Boolean! non-null scalar {#org-creation-enabled}
Whether end users may create new organizations on this server. Self-hosted installations may be capped to a single organization by license.
Member Of
Server object