OBJECT
The connection type for Gist.
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! }