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": [