OBJECT
FindingConnection
A connection to a list of items.
link GraphQL Schema definition
- type FindingConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [FindingEdge]
- # A list of Finding nodes.
- : [Finding!]!
- # The total count of items in the connection.
- : Int!
- }