Waiting for engine...
Skip to main content

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

The id of the account linked to a Space.

SpaceRefAccount.name ● String scalar miscellaneous {#name}

The name of the account linked to a Space.

Returned By

sharedAccounts query ●  spaceAccounts query

On this Page