Skip to main content
Skip to content

Gists

Documentação de referência para tipos de esquema GraphQL na categoria Gists.

Objects

Gist

Object

A Gist.

Gist Implementa

Campos para Gist

NomeDescrição

comments (GistCommentConnection!)

A list of comments associated with the gist.

Argumentos para comments

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

createdAt (DateTime!)

Identifies the date and time when the object was created.

description (String)

The gist description.

files ([GistFile])

The files in this gist.

Argumentos para