SpacesByAccount
Represents a grouping of Spaces owned by a single account.
type SpacesByAccount {
accountId: String!
spaces: [Space!]
}
Fields
SpacesByAccount.accountId ● String! non-null scalar miscellaneous {#account-id}
The account ID that owns these Spaces.
SpacesByAccount.spaces ● [Space!] list object catalog-service {#spaces}
The Spaces owned by this account.
Returned By
spacesByAccounts query
Was this topic helpful?