Skip to main content

customViewWorkspaceAccounts

Reads a set of CustomViewWorkspaceAccount.

customViewWorkspaceAccounts(
first: Int
offset: Int
orderBy: [CustomViewWorkspaceAccountsOrderBy!]
condition: CustomViewWorkspaceAccountCondition
filter: CustomViewWorkspaceAccountFilter
): [CustomViewWorkspaceAccount!]

Arguments

customViewWorkspaceAccounts.first ● Int scalar

Only read the first n values of the set.

customViewWorkspaceAccounts.offset ● Int scalar

Skip the first n values.

customViewWorkspaceAccounts.orderBy ● [CustomViewWorkspaceAccountsOrderBy!] list enum

The method to use when ordering CustomViewWorkspaceAccount.

customViewWorkspaceAccounts.condition ● CustomViewWorkspaceAccountCondition input

A condition to be used in determining which values should be returned by the collection.

customViewWorkspaceAccounts.filter ● CustomViewWorkspaceAccountFilter input

A filter to be used in determining which values should be returned by the collection.

Type

CustomViewWorkspaceAccount object