From 5b725ddc2728bc4bbaf99ebb7515c7847af13dba Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Fri, 16 Oct 2020 11:42:01 -0700 Subject: [PATCH] ran the script (#16078) --- lib/graphql/static/changelog.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/graphql/static/changelog.json b/lib/graphql/static/changelog.json index 6cf5a4941bab..f5c2be5a0062 100644 --- a/lib/graphql/static/changelog.json +++ b/lib/graphql/static/changelog.json @@ -1,4 +1,21 @@ [ + { + "date": "2020-10-12", + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "Field `updateEnterpriseActionExecutionCapabilitySetting` was removed from object type `Mutation`", + "Field `actionExecutionCapabilitySettingOrganizations` was removed from object type `EnterpriseOwnerInfo`", + "Type `UpdateEnterpriseActionExecutionCapabilitySettingInput` was removed", + "Type `UpdateEnterpriseActionExecutionCapabilitySettingPayload` was removed", + "Type `ActionExecutionCapabilitySetting` was removed" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [] + }, { "date": "2020-09-30", "schemaChanges": [