OBJECT

DetailedSourceConnection

A connection to a list of items.

link GraphQL Schema definition

  • type DetailedSourceConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [DetailedSourceEdge]
  • # A list of DetailedSource nodes.
  • nodes: [DetailedSource!]!
  • # The total count of items in the connection.
  • totalCount: Int!
  • }

link Require by