Github API - Test Config

GitActorEdge [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 GitActor

GitActor [object]

Represents an actor in a Git commit (ie. an author or committer).

Attributes
avatarUrl URI

A URL pointing to the author's public avatar.

The timestamp of the Git action (authoring or committing).

email String

The email in the Git commit.

name String

The name in the Git commit.

user User

The GitHub user corresponding to the email field. Null if no such user exists.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API