workspacePreferencesConnection
Reads and enables pagination through a set of WorkspacePreference.
workspacePreferencesConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [WorkspacePreferencesOrderBy!] = [PRIMARY_KEY_ASC]
condition: WorkspacePreferenceCondition
filter: WorkspacePreferenceFilter
): WorkspacePreferencesConnection
Arguments
workspacePreferencesConnection.first ● Int scalar
Only read the first n values of the set.
workspacePreferencesConnection.last ● Int scalar
Only read the last n values of the set.
workspacePreferencesConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
workspacePreferencesConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
workspacePreferencesConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
workspacePreferencesConnection.orderBy ● [WorkspacePreferencesOrderBy!] list enum
The method to use when ordering WorkspacePreference.
workspacePreferencesConnection.condition ● WorkspacePreferenceCondition input
A condition to be used in determining which values should be returned by the collection.
workspacePreferencesConnection.filter ● WorkspacePreferenceFilter input
A filter to be used in determining which values should be returned by the collection.
Type
WorkspacePreferencesConnection object
A connection to a list of WorkspacePreference values.