AccountGroup
An account group type.
type AccountGroup {
id: ID!
name: String
owner: Account!
integrationPacks: [IntegrationPack!]
accounts: [ReferenceAccount!]
}
Fields
AccountGroup.id ● ID! non-null scalar miscellaneous
An account Id.
AccountGroup.name ● String scalar miscellaneous
AccountGroup.owner ● Account! non-null object event-streams-query
AccountGroup.integrationPacks ● [IntegrationPack!] list object catalog-service
AccountGroup.accounts ● [ReferenceAccount!] list object catalog-service
Returned By
accountGroup query
Member Of
Space object
Implemented By
_Entity union
Was this topic helpful?