OBJECT
Gist
A Gist.
link GraphQL Schema definition
- type Gist implements Node {
- # Identifies the date and time when the object was created.
- DateTime! :
- # The gist description.
- String :
- ID! :
- # The gist name.
- String! :
- # The gist owner.
- RepositoryOwner :
- # Whether the gist is public or not.
- Boolean! :
- # Identifies the date and time when the object was last updated.
- DateTime! :
- }
link Require by
- GistConnectionThe connection type for Gist.
- GistEdgeAn edge in a connection.
- OrganizationAn account on GitHub, with one or more owners, that has repositories, members and teams.
- RepositoryOwnerRepresents an owner of a Repository.
- UserA user is an individual's account on GitHub that owns repositories and can make new content.