You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/graphql/data/fpt/changelog.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,22 @@
1
1
[
2
+
{
3
+
"schemaChanges": [
4
+
{
5
+
"title": "The GraphQL schema includes these changes:",
6
+
"changes": []
7
+
}
8
+
],
9
+
"previewChanges": [],
10
+
"upcomingChanges": [
11
+
{
12
+
"title": "The following changes will be made to the schema:",
13
+
"changes": [
14
+
"<p>On member <code>ReviewRequest.requestedBy</code>:<code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead. <strong>Effective 2026-04-01</strong>.</p>"
0 commit comments