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 {#id}

The Account Id

ReferenceAccount.name ● String scalar miscellaneous {#name}

The name of the Account

ReferenceAccount.status ● AccountStatus enum platform {#status}

The type or status of the Account

Returned By

referenceAccountsByGroupId query

Member Of

AccountGroup object ●  ArtifactListingCategory object

Implemented By

_Entity union

On this Page