Github API - Test Config

SponsorshipNewsletterEdge [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 SponsorshipNewsletter

SponsorshipNewsletter [object]

An update sent to sponsors of a user or organization on GitHub Sponsors.

Implements
Node
Attributes
author User

The author of the newsletter.

body String

The contents of the newsletter, the message the sponsorable wanted to give.

createdAt DateTime

Identifies the date and time when the object was created.

id ID

The Node ID of the SponsorshipNewsletter object

isPublished Boolean

Indicates if the newsletter has been made available to sponsors.

sponsorable Sponsorable

The user or organization this newsletter is from.

subject String

The subject of the newsletter, what it's about.

updatedAt DateTime

Identifies the date and time when the object was last updated.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API