diff --git a/schema.graphql b/schema.graphql index a08dd44..7519e54 100644 --- a/schema.graphql +++ b/schema.graphql @@ -63,6 +63,7 @@ enum GitHubEnterpriseVersion { GHE_313 GHE_314 GHE_315 + GHE_316 GHEC } diff --git a/test/snapshots/queries.js.md b/test/snapshots/queries.js.md index 51662d7..1111700 100644 --- a/test/snapshots/queries.js.md +++ b/test/snapshots/queries.js.md @@ -182,7 +182,9 @@ Generated by [AVA](https://avajs.dev). > Snapshot 1 { - endpoint: null, + endpoint: { + isGithubCloudOnly: false, + }, } ## test/queries/update-status-check-protection-deprecation.graphql diff --git a/test/snapshots/queries.js.snap b/test/snapshots/queries.js.snap index 9954ca4..49b1d2d 100644 Binary files a/test/snapshots/queries.js.snap and b/test/snapshots/queries.js.snap differ