agentPreferences
Lists all agent preferences.
agentPreferences(
after: String
before: String
filter: AgentPreferencesFilterInput
first: Int
last: Int
): AgentPreferenceConnection
Arguments
agentPreferences.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
agentPreferences.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
agentPreferences.filter ● AgentPreferencesFilterInput input common
The fields by which to filter the results.
agentPreferences.first ● Int scalar common
Returns the first n elements from the list.
agentPreferences.last ● Int scalar common
Returns the last n elements from the list.
Type
AgentPreferenceConnection object common
The connection type for AgentPreference.