File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -8002,6 +8002,8 @@ export type GitHubMetadata = {
8002
8002
gitHubServicesSha: Scalars['GitObjectID']['output'];
8003
8003
/** IP addresses that users connect to for git operations */
8004
8004
gitIpAddresses?: Maybe<Array<Scalars['String']['output']>>;
8005
+ /** IP addresses that GitHub Enterprise Importer uses for outbound connections */
8006
+ githubEnterpriseImporterIpAddresses?: Maybe<Array<Scalars['String']['output']>>;
8005
8007
/** IP addresses that service hooks are sent from */
8006
8008
hookIpAddresses?: Maybe<Array<Scalars['String']['output']>>;
8007
8009
/** IP addresses that the importer connects from */
Original file line number Diff line number Diff line change 39999
39999
"isDeprecated": false,
40000
40000
"deprecationReason": null
40001
40001
},
40002
+ {
40003
+ "name": "githubEnterpriseImporterIpAddresses",
40004
+ "description": "IP addresses that GitHub Enterprise Importer uses for outbound connections",
40005
+ "args": [],
40006
+ "type": {
40007
+ "kind": "LIST",
40008
+ "name": null,
40009
+ "ofType": {
40010
+ "kind": "NON_NULL",
40011
+ "name": null,
40012
+ "ofType": {
40013
+ "kind": "SCALAR",
40014
+ "name": "String",
40015
+ "ofType": null
40016
+ }
40017
+ }
40018
+ },
40019
+ "isDeprecated": false,
40020
+ "deprecationReason": null
40021
+ },
40002
40022
{
40003
40023
"name": "hookIpAddresses",
40004
40024
"description": "IP addresses that service hooks are sent from",
You can’t perform that action at this time.
0 commit comments