Object GitHub::Gist
A Gist.
Fields
comments(after: String, before: String, first: Int, last: Int): GistCommentConnection!
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(limit: Int = 10, oid: GitObjectID): [GistFile]
The files in this gist.
Args
oid: GitObjectID
The oid of the files to return
forks(after: String, before: String, first: Int, last: Int, orderBy: GistOrder): GistConnection!
A list of forks associated with the gist
id: ID!
isFork: Boolean!
Identifies if the gist is a fork.
isPublic: Boolean!
Whether the gist is public or not.
name: String!
The gist name.
owner: RepositoryOwner
The gist owner.
pushedAt: DateTime
Identifies when the gist was last pushed to.
resourcePath: URI!
The HTML path to this resource.
stargazers(after: String, before: String, first: Int, last: Int, orderBy: StarOrder): 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.