Skip to main content

Account

No description

type Account {
address: String
branding: String
ccEmail: String
createdAt: ISO8601DateTime
deactivated: Boolean
deletedAt: ISO8601DateTime
enterprise: Boolean
externalIdx: String!
id: Int
isExternalArticleUsersPresent: Boolean!
language: String
lastActiveOn: ISO8601Date!
level: Int
licenses: Int
maximumUsers: Int
name: String
ownerId: Int
parameterGroupSetId: Int
plan: String
trialUntil: ISO8601Date
updatedAt: ISO8601DateTime
}

Fields

Account.address ● String scalar

Account.branding ● String scalar

Account.ccEmail ● String scalar

Account.createdAt ● ISO8601DateTime scalar

Account.deactivated ● Boolean scalar

Account.deletedAt ● ISO8601DateTime scalar

Account.enterprise ● Boolean scalar

Account.externalIdx ● String! non-null scalar

Account.id ● Int scalar

Account.isExternalArticleUsersPresent ● Boolean! non-null scalar

Account.language ● String scalar

Account.lastActiveOn ● ISO8601Date! non-null scalar

Account.level ● Int scalar

Account.licenses ● Int scalar

Account.maximumUsers ● Int scalar

Account.name ● String scalar

Account.ownerId ● Int scalar

Account.parameterGroupSetId ● Int scalar

Account.plan ● String scalar

Account.trialUntil ● ISO8601Date scalar

Account.updatedAt ● ISO8601DateTime scalar

Returned By

currentAccount query

Member Of

Article object ● Story object ● Topic object