Github API - Test Config

GistConnection [object]

The connection type for Gist.

Attributes
edges GistEdge []

GistEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node Gist

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes Gist []

Gist [object]

A Gist.

Implements
NodeStarrableUniformResourceLocatable
Attributes

A list of comments associated with the gist

createdAt DateTime

Identifies the date and time when the object was created.

description String

The gist description.

files GistFile []

The files in this gist.

A list of forks associated with the gist

id ID

The Node ID of the Gist object

isFork Boolean

Identifies if the gist is a fork.

isPublic Boolean

Whether the gist is public or not.

name String

The gist name.

The gist owner.

pushedAt DateTime

Identifies when the gist was last pushed to.

resourcePath URI

The HTML path to this resource.

stargazerCount Int

Returns a count of how many stargazers there are on this object

stargazers StargazerConnection

A list of users who have starred this starrable.

updatedAt DateTime

Identifies the date and time when the object was last updated.

url URI

The HTTP URL for this Gist.

viewerHasStarred Boolean

Returns a boolean indicating whether the viewing user has starred this starrable.

API:
Github GraphQL API

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API