Announcement banner fields in GraphQL for enterprises and organizations are being replaced with a new announcementBanner
object to simplify their access and better follow our standard styles. The new fields are available today, and the old fields will be removed on April 1, 2025.
The following fields are being removed from the enterprise
and organization
GraphQL objects:
announcement
announcementCreatedAt
announcementExpiresAt
announcementUserDismissible
The new GraphQL structure for these fields is:
announcementBanner {
message
createdAt
expiresAt
isUserDismissible
}
Learn more about announcement banners for organizations on GitHub Enterprise Cloud.