OBJECT

Tenant

Base tenant type

link GraphQL Schema definition

  • type Tenant {
  • # Tenant unique id
  • id: ID!
  • # The full name of the tenant
  • name: String!
  • }