A Gist.
comments
(
after: String
before: String
first: Int
last: Int
)
:
GistCommentConnection!
createdAt : DateTime!
description : String
files
(
limit: Int
oid: GitObjectID
)
:
[GistFile]
forks
(
after: String
before: String
first: Int
last: Int
orderBy: GistOrder
)
:
GistConnection!
id : ID!
isFork : Boolean!
isPublic : Boolean!
name : String!
owner : RepositoryOwner
pushedAt : DateTime
resourcePath : URI!
stargazerCount : Int!
stargazers
(
after: String
before: String
first: Int
last: Int
orderBy: StarOrder
)
:
StargazerConnection!
updatedAt : DateTime!
url : URI!
viewerHasStarred : Boolean!