@forge/cli-shared 3.21.1-next.1 → 3.21.1-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -11153,6 +11153,7 @@ export type GraphGenericConnection = {
|
|
|
11153
11153
|
export type GraphGenericEdge = {
|
|
11154
11154
|
__typename?: 'GraphGenericEdge';
|
|
11155
11155
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
11156
|
+
lastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
11156
11157
|
node: GraphGeneric;
|
|
11157
11158
|
};
|
|
11158
11159
|
export type GraphIncidentAssociatedPostIncidentReviewLinkPayload = Payload & {
|