OBJECT
ConjunctionalAgentConnection
The connection type for ConjunctionalAgent.
link GraphQL Schema definition
- type ConjunctionalAgentConnection {
- # A list of edges.
- : [ConjunctionalAgentEdge]
- # A list of nodes.
- : [ConjunctionalAgent]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }