Github API - Test Config

GistEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node 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

The item at the end of the edge.

API:
Github GraphQL API