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