Skip to main content

AgentPreferenceConnection

The connection type for AgentPreference.

type AgentPreferenceConnection {
edges: [AgentPreferenceEdge]
nodes: [AgentPreference]
pageInfo: PageInfo!
}

Fields

AgentPreferenceConnection.edges ● [AgentPreferenceEdge] list object common

A list of edges.

AgentPreferenceConnection.nodes ● [AgentPreference] list object common

A list of nodes.

AgentPreferenceConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

Returned by

agentPreferences query

Member of

Agent object ● MobileNotificationPreferencesUpsertPayload object