SpaceRefAccount
Represents a reference to an account that is linked to a Space.
type SpaceRefAccount {
id: ID!
name: String
}
Fields
SpaceRefAccount.id ● ID! non-null scalar miscellaneous
The id of the account linked to a Space.
SpaceRefAccount.name ● String scalar miscellaneous
The name of the account linked to a Space.
Returned By
spaceAccounts query
Was this topic helpful?