Github API - Test Config

AnnouncementBanner [interface]

Represents an announcement banner.

Attributes
announcement 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

The text of the announcement

announcementExpiresAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

The expiration date of the announcement, if any

announcementUserDismissible Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether the announcement can be dismissed by the user

API:
Github GraphQL API