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