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