OBJECT

Query

link GraphQL Schema definition

  • type Query {
  • # Query to find logged in user based upon Bearer token
  • me: User
  • # Query to find list of current tenants
  • listTenants: [Tenant]
  • # Query to find list of current users for a given tenant
  • listUsers: [User]
  • }

link Require by

This element is not required by anyone