AgentPreferenceEdge
An edge in a connection.
type AgentPreferenceEdge {
cursor: String!
node: AgentPreference
}
Fields
AgentPreferenceEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
AgentPreferenceEdge.node ● AgentPreference object common
The item at the end of the edge.
Member of
AgentPreferenceConnection object