OBJECT
type Query {# Query to find logged in user based upon Bearer tokenme: User # Query to find list of current tenantslistTenants: [Tenant] # Query to find list of current users for a given tenantlistUsers: [User] }