Github API - Test Config

RepositoryInvitationEdge [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 RepositoryInvitation

RepositoryInvitation [object]

An invitation for a user to be added to a repository.

Implements
Node
Attributes
email String

The email address that received the invitation.

id ID

The Node ID of the RepositoryInvitation object

invitee User

The user who received the invitation.

inviter User

The user who created the invitation.

permalink URI

The permalink for this repository invitation.

The permission granted on this repository by this invitation.

repository RepositoryInfo

The Repository the user is invited to.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API