workspaceAccountManagers
Reads a set of WorkspaceAccountManager.
workspaceAccountManagers(
first: Int
offset: Int
orderBy: [WorkspaceAccountManagersOrderBy!]
condition: WorkspaceAccountManagerCondition
filter: WorkspaceAccountManagerFilter
): [WorkspaceAccountManager!]
Arguments
workspaceAccountManagers.first ● Int scalar
Only read the first n values of the set.
workspaceAccountManagers.offset ● Int scalar
Skip the first n values.
workspaceAccountManagers.orderBy ● [WorkspaceAccountManagersOrderBy!] list enum
The method to use when ordering WorkspaceAccountManager.
workspaceAccountManagers.condition ● WorkspaceAccountManagerCondition input
A condition to be used in determining which values should be returned by the collection.
workspaceAccountManagers.filter ● WorkspaceAccountManagerFilter input
A filter to be used in determining which values should be returned by the collection.