github-schema 1.22.12 → 1.22.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23796,7 +23796,7 @@ type Repository = Node & PackageOwner & ProjectOwner & ProjectV2Recent & Reposit
23796
23796
  interactionAbility?: Maybe<RepositoryInteractionAbility>;
23797
23797
  /** Indicates if the repository is unmaintained. */
23798
23798
  isArchived: Scalars['Boolean']['output'];
23799
- /** Returns true if blank issue creation is allowed */
23799
+ /** Returns true if the viewer can create a blank issue in this repository */
23800
23800
  isBlankIssuesEnabled: Scalars['Boolean']['output'];
23801
23801
  /** Returns whether or not this repository disabled. */
23802
23802
  isDisabled: Scalars['Boolean']['output'];
@@ -23796,7 +23796,7 @@ type Repository = Node & PackageOwner & ProjectOwner & ProjectV2Recent & Reposit
23796
23796
  interactionAbility?: Maybe<RepositoryInteractionAbility>;
23797
23797
  /** Indicates if the repository is unmaintained. */
23798
23798
  isArchived: Scalars['Boolean']['output'];
23799
- /** Returns true if blank issue creation is allowed */
23799
+ /** Returns true if the viewer can create a blank issue in this repository */
23800
23800
  isBlankIssuesEnabled: Scalars['Boolean']['output'];
23801
23801
  /** Returns whether or not this repository disabled. */
23802
23802
  isDisabled: Scalars['Boolean']['output'];
@@ -47194,7 +47194,7 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
47194
47194
  isArchived: Boolean!
47195
47195
 
47196
47196
  """
47197
- Returns true if blank issue creation is allowed
47197
+ Returns true if the viewer can create a blank issue in this repository
47198
47198
  """
47199
47199
  isBlankIssuesEnabled: Boolean!
47200
47200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.22.12",
3
+ "version": "1.22.13",
4
4
  "description": "GitHub's GraphQL schema",
5
5
  "type": "module",
6
6
  "author": {