diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index ad6ff8a41c..612f02e5fc 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -24244,6 +24244,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -34806,6 +34811,11 @@ type Repository implements Node & ProjectOwner & RepositoryInfo & Starrable & Su """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ @@ -36780,6 +36790,11 @@ interface RepositoryOwner { """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -42656,6 +42671,11 @@ type Topic implements Node & Starrable { """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ @@ -46447,6 +46467,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -46510,6 +46535,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssues: Boolean + """ If true, include user repositories """ @@ -46833,6 +46863,11 @@ type User implements Actor & Node & ProfileOwner & ProjectOwner & RepositoryDisc """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index 7825594ef8..6c618c7e2c 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -27784,6 +27784,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -42232,6 +42237,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ @@ -44426,6 +44436,11 @@ interface RepositoryOwner { """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -53404,6 +53419,11 @@ type Topic implements Node & Starrable { """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ @@ -57957,6 +57977,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -58020,6 +58045,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssues: Boolean + """ If true, include user repositories """ @@ -58642,6 +58672,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index 7825594ef8..6c618c7e2c 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -27784,6 +27784,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -42232,6 +42237,11 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ @@ -44426,6 +44436,11 @@ interface RepositoryOwner { """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -53404,6 +53419,11 @@ type Topic implements Node & Starrable { """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ @@ -57957,6 +57977,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they are archived and not maintained """ @@ -58020,6 +58045,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssues: Boolean + """ If true, include user repositories """ @@ -58642,6 +58672,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & """ first: Int + """ + If non-null, filters repositories according to whether they have issues enabled + """ + hasIssuesEnabled: Boolean + """ If non-null, filters repositories according to whether they have been locked """ diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index 56f5647181..f3490ae1d8 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,23 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "
Argument hasIssuesEnabled: Boolean added to field Organization.repositories
Argument hasIssuesEnabled: Boolean added to field Repository.forks
Argument hasIssuesEnabled: Boolean added to field RepositoryOwner.repositories
Argument hasIssuesEnabled: Boolean added to field Topic.repositories
Argument hasIssuesEnabled: Boolean added to field User.repositories
Argument hasIssues: Boolean added to field User.repositoriesContributedTo
Argument hasIssuesEnabled: Boolean added to field User.watching
If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
", @@ -58178,6 +58188,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -69766,6 +69786,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -72153,6 +72183,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
", @@ -72273,6 +72313,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssues", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "includeUserRepositories", "description": "If true, include user repositories.
", @@ -73469,6 +73519,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -77181,6 +77241,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
", diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index 17122d5b30..b8c50824ac 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -34081,6 +34081,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
", @@ -48572,6 +48582,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -58375,6 +58395,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -60441,6 +60471,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
", @@ -60561,6 +60601,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssues", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "includeUserRepositories", "description": "If true, include user repositories.
", @@ -61183,6 +61233,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -64338,6 +64398,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
", diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 69825533f6..07ab024b4d 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -38992,6 +38992,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
", @@ -58178,6 +58188,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -69766,6 +69786,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -72153,6 +72183,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
", @@ -72273,6 +72313,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssues", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "includeUserRepositories", "description": "If true, include user repositories.
", @@ -73469,6 +73519,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isLocked", "description": "If non-null, filters repositories according to whether they have been locked.
", @@ -77181,6 +77241,16 @@ "href": "/graphql/reference/scalars#int" } }, + { + "name": "hasIssuesEnabled", + "description": "If non-null, filters repositories according to whether they have issues enabled.
", + "type": { + "name": "Boolean", + "id": "boolean", + "kind": "scalars", + "href": "/graphql/reference/scalars#boolean" + } + }, { "name": "isArchived", "description": "If non-null, filters repositories according to whether they are archived and not maintained.
",