Skip to content

Commit

Permalink
Generated by GitHub Actions (ts / generate)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2023
1 parent e3e3167 commit 8687e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5303,6 +5303,8 @@ export type Discussion = Closable & Comment & Deletable & Labelable & Lockable &
id: Scalars['ID']['output'];
/** Check if this comment was edited and includes an edit with the creation data */
includesCreatedEdit: Scalars['Boolean']['output'];
/** Only return answered/unanswered discussions */
isAnswered?: Maybe<Scalars['Boolean']['output']>;
/** A list of labels associated with the object. */
labels?: Maybe<LabelConnection>;
/** The moment the editor made the last edit */
Expand Down Expand Up @@ -20707,6 +20709,7 @@ export type RepositoryDiscussionCategoryArgs = {
/** A repository contains the content for a project. */
export type RepositoryDiscussionsArgs = {
after?: InputMaybe<Scalars['String']['input']>;
answered?: InputMaybe<Scalars['Boolean']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
categoryId?: InputMaybe<Scalars['ID']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
Expand Down

0 comments on commit 8687e45

Please sign in to comment.