OBJECT

GistConnection

The connection type for Gist.

link GraphQL Schema definition

  • type GistConnection {
  • # A list of edges.
  • edges: [GistEdge]
  • # A list of nodes.
  • nodes: [Gist]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }