workspaceAccounts
Reads a set of WorkspaceAccount.
workspaceAccounts(
first: Int
offset: Int
orderBy: [WorkspaceAccountsOrderBy!]
condition: WorkspaceAccountCondition
filter: WorkspaceAccountFilter
): [WorkspaceAccount!]
Arguments
workspaceAccounts.first ● Int scalar
Only read the first n values of the set.
workspaceAccounts.offset ● Int scalar
Skip the first n values.
workspaceAccounts.orderBy ● [WorkspaceAccountsOrderBy!] list enum
The method to use when ordering WorkspaceAccount.
workspaceAccounts.condition ● WorkspaceAccountCondition input
A condition to be used in determining which values should be returned by the collection.
workspaceAccounts.filter ● WorkspaceAccountFilter input
A filter to be used in determining which values should be returned by the collection.
Type
WorkspaceAccount object
A person's membership in a workspace: it links an account to a workspace with a role and a seat. This is the "member" record most member-facing features read.