OBJECT
LeanSourceEdge
An edge in a connection.
link GraphQL Schema definition
- type LeanSourceEdge {
- # The item at the end of the edge
- LeanSource :
- # A cursor for use in pagination
- String! :
- }
OBJECT
An edge in a connection.
- type LeanSourceEdge {
- # The item at the end of the edge
- LeanSource :
- # A cursor for use in pagination
- String! :
- }