Skip to main content

GraphQL changelog for 2020

GraphQL schema changes from 2020.

Schema changes for 2020-12-09

The GraphQL schema includes these changes:

  • Field hasVerifiedOwner was added to object type MarketplaceListing

Schema changes for 2020-11-13

The GraphQL schema includes these changes:

  • Input field requiresLinearHistory was added to input object type UpdateBranchProtectionRuleInput
  • Input field allowsForcePushes was added to input object type UpdateBranchProtectionRuleInput
  • Input field allowsDeletions was added to input object type UpdateBranchProtectionRuleInput
  • Input field requiresLinearHistory was added to input object type CreateBranchProtectionRuleInput
  • Input field allowsForcePushes was added to input object type CreateBranchProtectionRuleInput
  • Input field allowsDeletions was added to input object type CreateBranchProtectionRuleInput
  • Field requiresLinearHistory was added to object type BranchProtectionRule
  • Field allowsForcePushes was added to object type BranchProtectionRule
  • Field allowsDeletions was added to object type BranchProtectionRule

Schema changes for 2020-10-12

The GraphQL schema includes these 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