diff --git a/package.json b/package.json index ebda6466..8629523c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-codegen/import-types-preset": "3.0.0", "@graphql-codegen/typescript": "4.0.6", "@graphql-codegen/typescript-operations": "4.2.0", - "@octokit/graphql-schema": "14.57.0", + "@octokit/graphql-schema": "14.58.0", "@tsconfig/node16": "16.1.1", "@types/jest": "29.5.12", "@types/node": "20.11.20", diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index bdea2a49..66c12f1c 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -9354,7 +9354,7 @@ export type LinkedBranch = Node & { ref?: Maybe; }; -/** The connection type for LinkedBranch. */ +/** A list of branches linked to an issue. */ export type LinkedBranchConnection = { __typename?: 'LinkedBranchConnection'; /** A list of edges. */ @@ -9463,7 +9463,7 @@ export type MannequinAvatarUrlArgs = { size?: InputMaybe; }; -/** The connection type for Mannequin. */ +/** A list of mannequins. */ export type MannequinConnection = { __typename?: 'MannequinConnection'; /** A list of edges. */ @@ -14682,7 +14682,7 @@ export enum OrganizationInvitationType { User = 'USER' } -/** The connection type for User. */ +/** A list of users who belong to the organization. */ export type OrganizationMemberConnection = { __typename?: 'OrganizationMemberConnection'; /** A list of edges. */ @@ -16248,6 +16248,8 @@ export type ProjectV2Item = Node & { fieldValueByName?: Maybe; /** The field values that are set on the item. */ fieldValues: ProjectV2ItemFieldValueConnection; + /** Identifies the primary key from the database as a BigInt. */ + fullDatabaseId?: Maybe; /** The Node ID of the ProjectV2Item object */ id: Scalars['ID']['output']; /** Whether the item is archived. */ @@ -21915,7 +21917,7 @@ export type RepositoryMigration = Migration & Node & { warningsCount: Scalars['Int']['output']; }; -/** The connection type for RepositoryMigration. */ +/** A list of migrations. */ export type RepositoryMigrationConnection = { __typename?: 'RepositoryMigrationConnection'; /** A list of edges. */ @@ -23682,7 +23684,7 @@ export enum SponsorAndLifetimeValueOrderField { SponsorRelevance = 'SPONSOR_RELEVANCE' } -/** The connection type for Sponsor. */ +/** A list of users and organizations sponsoring someone via GitHub Sponsors. */ export type SponsorConnection = { __typename?: 'SponsorConnection'; /** A list of edges. */ @@ -24740,7 +24742,7 @@ export type Sponsorship = Node & { tierSelectedAt?: Maybe; }; -/** The connection type for Sponsorship. */ +/** A list of sponsorships either from the subject or received by the subject. */ export type SponsorshipConnection = { __typename?: 'SponsorshipConnection'; /** A list of edges. */ @@ -29102,7 +29104,7 @@ export type UserBlockedEvent = Node & { subject?: Maybe; }; -/** The connection type for User. */ +/** A list of users. */ export type UserConnection = { __typename?: 'UserConnection'; /** A list of edges. */ diff --git a/yarn.lock b/yarn.lock index b7923c97..109f018f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2218,10 +2218,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@14.57.0": - version "14.57.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.57.0.tgz#c262172199d0a2a579fe2ce639cff63bc54db6c9" - integrity sha512-DvUIxJkfboiQEOme4DOpF4+EtOh1qbYffm/hbcFdqAQzWFPV19Nkul9t/XnyKRPFyy26Nwf8QesCOeYw8os5rQ== +"@octokit/graphql-schema@14.58.0": + version "14.58.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.58.0.tgz#61caee52b88a505820dec701a164a7196ae9d6ef" + integrity sha512-89QSUV1Dgxzq90wqkv0Nmw7jHfFCAQ4K/fjp5ezvDEHqFFzMCn25TBQlm38WB8ams+hGxInRDbITCP0n7GTGlg== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"