diff --git a/package.json b/package.json index c1fca6a1..6b971f1d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-codegen/import-types-preset": "2.2.6", "@graphql-codegen/typescript": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", - "@octokit/graphql-schema": "14.29.0", + "@octokit/graphql-schema": "14.30.0", "@tsconfig/node16": "16.1.1", "@types/jest": "29.5.4", "@types/node": "16.18.50", diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index 5fe2a8ac..c346a31a 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -2844,6 +2844,17 @@ export type ConnectedEvent = Node & { subject: ReferencedSubject; }; +/** The Contributing Guidelines for a repository. */ +export type ContributingGuidelines = { + __typename?: 'ContributingGuidelines'; + /** The body of the Contributing Guidelines. */ + body?: Maybe; + /** The HTTP path for the Contributing Guidelines. */ + resourcePath?: Maybe; + /** The HTTP URL for the Contributing Guidelines. */ + url?: Maybe; +}; + /** Represents a contribution a user made on GitHub, such as opening an issue. */ export type Contribution = { /** @@ -20361,6 +20372,8 @@ export type Repository = Node & PackageOwner & ProjectOwner & ProjectV2Recent & commitComments: CommitCommentConnection; /** Returns a list of contact links associated to the repository */ contactLinks?: Maybe>; + /** Returns the contributing guidelines for this repository. */ + contributingGuidelines?: Maybe; /** Identifies the date and time when the object was created. */ createdAt: Scalars['DateTime']['output']; /** Identifies the primary key from the database. */ diff --git a/yarn.lock b/yarn.lock index 8e9ac261..d940ac1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2048,10 +2048,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@14.29.0": - version "14.29.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.29.0.tgz#b42b0e9dbb69a4dcb05bda7375f9bdece1ed229f" - integrity sha512-FhNHcOTPhB7SeBLmbWHJ8OyA6LE8fD1S5oxFShQWxHq69WTrnpVmU8j9iNOh+NzsnZBNPfdJ7uOzGlTYL/3QzA== +"@octokit/graphql-schema@14.30.0": + version "14.30.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.30.0.tgz#1dea20cd38142d7f18f5fb009384cc9593cef957" + integrity sha512-AQ+uuREsxEgdMS1sF7RLn0aYhfRPOkitcBLfv3mL7f0DgfP/HUh+Ew2t1ZlVi0i72LHbTnQMFgvJ1rP6jZ/GhA== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"