CompanyType
No description
type CompanyType {
id: ID!
name: String
plan: String
billingCycle: String
theme: ThemeType
companyAddress: CopmanyAddressType
compressionMode: String
defaultPermissions: DefaultPermissionType
hasCreatedFolder: Boolean
users(
after: String
first: Int
): CompanyUserConnectionConnection
userCount: Int
keyUsers: [UserType]
subCompanies: [CompanyType]
isSubCompany: Boolean
parentCompany: CompanyType
}
Fields
CompanyType.id ● ID! non-null scalar
The ID of an object
CompanyType.name ● String scalar
CompanyType.plan ● String scalar
CompanyType.billingCycle ● String scalar
CompanyType.theme ● ThemeType object
CompanyType.companyAddress ● CopmanyAddressType object
CompanyType.compressionMode ● String scalar
CompanyType.defaultPermissions ● DefaultPermissionType object
CompanyType.hasCreatedFolder ● Boolean scalar
CompanyType.users ● CompanyUserConnectionConnection object
not ready yet
CompanyType.users.after●StringscalarReturns the items in the list that come after the specified cursor.
CompanyType.users.first ● Int scalar
Returns the first n items from the list.
CompanyType.userCount ● Int scalar
CompanyType.keyUsers ● [UserType] list object
CompanyType.subCompanies ● [CompanyType] list object
not ready yet
CompanyType.isSubCompany ● Boolean scalar
not ready yet
CompanyType.parentCompany ● CompanyType object
not ready yet
Returned by
activeCompany query ● companyChanged subscription
Member of
CompaniesUserType object ● CompanyType object ● PublicShareType object