@@ -681,6 +681,8 @@ export type AddedToProjectEvent = Node & {
681681export type AnnouncementBanner = {
682682 /** The text of the announcement */
683683 announcement?: Maybe<Scalars['String']['output']>;
684+ /** The date the announcement was created */
685+ announcementCreatedAt?: Maybe<Scalars['DateTime']['output']>;
684686 /** The expiration date of the announcement, if any */
685687 announcementExpiresAt?: Maybe<Scalars['DateTime']['output']>;
686688 /** Whether the announcement can be dismissed by the user */
@@ -6480,6 +6482,8 @@ export type Enterprise = AnnouncementBanner & Node & {
64806482 __typename?: 'Enterprise';
64816483 /** The text of the announcement */
64826484 announcement?: Maybe<Scalars['String']['output']>;
6485+ /** The date the announcement was created */
6486+ announcementCreatedAt?: Maybe<Scalars['DateTime']['output']>;
64836487 /** The expiration date of the announcement, if any */
64846488 announcementExpiresAt?: Maybe<Scalars['DateTime']['output']>;
64856489 /** Whether the announcement can be dismissed by the user */
@@ -14725,6 +14729,8 @@ export type Organization = Actor & AnnouncementBanner & MemberStatusable & Node
1472514729 __typename?: 'Organization';
1472614730 /** The text of the announcement */
1472714731 announcement?: Maybe<Scalars['String']['output']>;
14732+ /** The date the announcement was created */
14733+ announcementCreatedAt?: Maybe<Scalars['DateTime']['output']>;
1472814734 /** The expiration date of the announcement, if any */
1472914735 announcementExpiresAt?: Maybe<Scalars['DateTime']['output']>;
1473014736 /** Whether the announcement can be dismissed by the user */
0 commit comments