Waiting for engine...
Skip to main content

ReferenceAccount

Reference to an account id.

type ReferenceAccount {
id: ID!
name: String
status: AccountStatus
}

Fields

ReferenceAccount.id ● ID! non-null scalar miscellaneous

The Account Id

ReferenceAccount.name ● String scalar miscellaneous

The name of the Account

ReferenceAccount.status ● AccountStatus enum platform

The type or status of the Account

Returned By

referenceAccountsByGroupId query

Member Of

AccountGroup object ●  ArtifactListingCategory object

Implemented By

_Entity union

On this Page