Skip to main content

Account

No description

type Account {
activatedAt: DateTime
expiresAt: DateTime
id: ID!
state: AccountState!
subdomain: String!
}

Fields

Account.activatedAt ● DateTime scalar common

The date and time when the account was activated.

Account.expiresAt ● DateTime scalar common

The date and time when the account expires.

Account.id ● ID! non-null scalar common

Account.state ● AccountState! non-null enum common

The current account state.

Account.subdomain ● String! non-null scalar common

The account subdomain.

Returned by

account query

Member of

Agent object ● CustomerRatingSetting object