Skip to main content

Reference documentation for GraphQL schema types in the Issues category.

В этой статье

Mutations

addAssigneesToAssignable

Mutation

Adds assignees to an assignable object.

Поля ввода для addAssigneesToAssignable

Возвращаемые поля для addAssigneesToAssignable

Имя.Description

assignable (Assignable)

The item that was assigned.

clientMutationId (String)

A unique identifier for the client performing the mutation.

addComment

Mutation

Adds a comment to an Issue or Pull Request.

Поля ввода для addComment

Возвращаемые поля для addComment

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

commentEdge (IssueCommentEdge)

The edge from the subject's comment connection.

subject (Node)

The subject.

timelineEdge (IssueTimelineItemEdge)

The edge from the subject's timeline connection.

addLabelsToLabelable

Mutation

Adds labels to a labelable object.

Поля ввода для addLabelsToLabelable

Возвращаемые поля для addLabelsToLabelable

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelable (Labelable)

The item that was labeled.

addSubIssue

Mutation

Adds a sub-issue to a given issue.

Поля ввода для addSubIssue

Возвращаемые поля для addSubIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The parent issue that the sub-issue was added to.

subIssue (Issue)

The sub-issue of the parent.

clearLabelsFromLabelable

Mutation

Clears all labels from a labelable object.

Поля ввода для clearLabelsFromLabelable

Возвращаемые поля для clearLabelsFromLabelable

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelable (Labelable)

The item that was unlabeled.

closeIssue

Mutation

Close an issue.

Поля ввода для closeIssue

Возвращаемые поля для closeIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was closed.

createIssue

Mutation

Creates a new issue.

Поля ввода для createIssue

Возвращаемые поля для createIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The new issue.

createIssueType

Mutation

Creates a new issue type.

Поля ввода для createIssueType

Возвращаемые поля для createIssueType

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueType (IssueType)

The newly created issue type.

createLabel

Mutation

Creates a new label.

Поля ввода для createLabel

Возвращаемые поля для createLabel

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

label (Label)

The new label.

createLinkedBranch

Mutation

Create a branch linked to an issue.

Поля ввода для createLinkedBranch

Возвращаемые поля для createLinkedBranch

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was linked to.

linkedBranch (LinkedBranch)

The new branch issue reference.

deleteIssue

Mutation

Deletes an Issue object.

Поля ввода для deleteIssue

Возвращаемые поля для deleteIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The repository the issue belonged to.

deleteIssueComment

Mutation

Deletes an IssueComment object.

Поля ввода для deleteIssueComment

Возвращаемые поля для deleteIssueComment

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteIssueType

Mutation

Delete an issue type.

Поля ввода для deleteIssueType

Возвращаемые поля для deleteIssueType

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deletedIssueTypeId (ID)

The ID of the deleted issue type.

deleteLabel

Mutation

Deletes a label.

Поля ввода для deleteLabel

Возвращаемые поля для deleteLabel

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteLinkedBranch

Mutation

Unlink a branch from an issue.

Поля ввода для deleteLinkedBranch

Возвращаемые поля для deleteLinkedBranch

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue the linked branch was unlinked from.

lockLockable

Mutation

Lock a lockable object.

Поля ввода для lockLockable

Возвращаемые поля для lockLockable

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

clientMutationId (String)

A unique identifier for the client performing the mutation.

lockedRecord (Lockable)

The item that was locked.

minimizeComment

Mutation

Minimizes a comment on an Issue, Commit, Pull Request, or Gist.

Поля ввода для minimizeComment

Возвращаемые поля для minimizeComment

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

minimizedComment (Minimizable)

The comment that was minimized.

pinIssue

Mutation

Pin an issue to a repository.

Поля ввода для pinIssue

Возвращаемые поля для pinIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was pinned.

removeAssigneesFromAssignable

Mutation

Removes assignees from an assignable object.

Поля ввода для removeAssigneesFromAssignable

Возвращаемые поля для removeAssigneesFromAssignable

Имя.Description

assignable (Assignable)

The item that was unassigned.

clientMutationId (String)

A unique identifier for the client performing the mutation.

removeLabelsFromLabelable

Mutation

Removes labels from a Labelable object.

Поля ввода для removeLabelsFromLabelable

Возвращаемые поля для removeLabelsFromLabelable

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelable (Labelable)

The Labelable the labels were removed from.

removeSubIssue

Mutation

Removes a sub-issue from a given issue.

Поля ввода для removeSubIssue

Возвращаемые поля для removeSubIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The parent of the sub-issue.

subIssue (Issue)

The sub-issue of the parent.

reopenIssue

Mutation

Reopen a issue.

Поля ввода для reopenIssue

Возвращаемые поля для reopenIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was opened.

reprioritizeSubIssue

Mutation

Reprioritizes a sub-issue to a different position in the parent list.

Поля ввода для reprioritizeSubIssue

Возвращаемые поля для reprioritizeSubIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The parent issue that the sub-issue was reprioritized in.

transferIssue

Mutation

Transfer an issue to a different repository.

Поля ввода для transferIssue

Возвращаемые поля для transferIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was transferred.

unlockLockable

Mutation

Unlock a lockable object.

Поля ввода для unlockLockable

Возвращаемые поля для unlockLockable

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

clientMutationId (String)

A unique identifier for the client performing the mutation.

unlockedRecord (Lockable)

The item that was unlocked.

unmarkIssueAsDuplicate

Mutation

Unmark an issue as a duplicate of another issue.

Поля ввода для unmarkIssueAsDuplicate

Возвращаемые поля для unmarkIssueAsDuplicate

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

duplicate (IssueOrPullRequest)

The issue or pull request that was marked as a duplicate.

unminimizeComment

Mutation

Unminimizes a comment on an Issue, Commit, Pull Request, or Gist.

Поля ввода для unminimizeComment

Возвращаемые поля для unminimizeComment

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

unminimizedComment (Minimizable)

The comment that was unminimized.

unpinIssue

Mutation

Unpin a pinned issue from a repository.

Поля ввода для unpinIssue

Возвращаемые поля для unpinIssue

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

id (ID)

The id of the pinned issue that was unpinned.

issue (Issue)

The issue that was unpinned.

updateIssue

Mutation

Updates an Issue.

Поля ввода для updateIssue

Возвращаемые поля для updateIssue

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue.

updateIssueComment

Mutation

Updates an IssueComment object.

Поля ввода для updateIssueComment

Возвращаемые поля для updateIssueComment

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueComment (IssueComment)

The updated comment.

updateIssueIssueType

Mutation

Updates the issue type on an issue.

Поля ввода для updateIssueIssueType

Возвращаемые поля для updateIssueIssueType

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The updated issue.

updateIssueType

Mutation

Update an issue type.

Поля ввода для updateIssueType

Возвращаемые поля для updateIssueType

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueType (IssueType)

The updated issue type.

updateLabel

Mutation

Updates an existing label.

Поля ввода для updateLabel

Возвращаемые поля для updateLabel

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

label (Label)

The updated label.

Objects

AssignedEvent

Object

Represents anassignedevent on any assignable object.

AssignedEvent Реализует

Поля для AssignedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

assignable (Assignable!)

Identifies the assignable associated with the event.

assignee (Assignee)

Identifies the user or mannequin that was assigned.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the AssignedEvent object.

user (User)

Identifies the user who was assigned.

Предупреждение

user is deprecated.

Assignees can now be mannequins. Use the assignee field instead. Removal on 2020-01-01 UTC.

ClosedEvent

Object

Represents aclosedevent on any Closable.

ClosedEvent Реализует

Поля для ClosedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

closable (Closable!)

Object that was closed.

closer (Closer)

Object which triggered the creation of this event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the ClosedEvent object.

resourcePath (URI!)

The HTTP path for this closed event.

stateReason (IssueStateReason)

The reason the issue state was changed to closed.

url (URI!)

The HTTP URL for this closed event.

CommentDeletedEvent

Object

Represents acomment_deletedevent on a given issue or pull request.

CommentDeletedEvent Реализует

Поля для CommentDeletedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

databaseId (Int)

Identifies the primary key from the database.

deletedCommentAuthor (Actor)

The user who authored the deleted comment.

id (ID!)

The Node ID of the CommentDeletedEvent object.

ConnectedEvent

Object

Represents aconnectedevent on a given issue or pull request.

ConnectedEvent Реализует

Поля для ConnectedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the ConnectedEvent object.

isCrossRepository (Boolean!)

Reference originated in a different repository.

source (ReferencedSubject!)

Issue or pull request that made the reference.

subject (ReferencedSubject!)

Issue or pull request which was connected.

ConvertedNoteToIssueEvent

Object

Represents aconverted_note_to_issueevent on a given issue or pull request.

ConvertedNoteToIssueEvent Реализует

Поля для ConvertedNoteToIssueEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

databaseId (Int)

Identifies the primary key from the database.

id (ID!)

The Node ID of the ConvertedNoteToIssueEvent object.

project (Project)

Project referenced by event.

Предупреждение

project is deprecated.

Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.

projectCard (ProjectCard)

Project card referenced by this project event.

Предупреждение

projectCard is deprecated.

Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.

projectColumnName (String!)

Column name referenced by this project event.

ConvertedToDiscussionEvent

Object

Represents aconverted_to_discussionevent on a given issue.

ConvertedToDiscussionEvent Реализует

Поля для ConvertedToDiscussionEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

discussion (Discussion)

The discussion that the issue was converted into.

id (ID!)

The Node ID of the ConvertedToDiscussionEvent object.

CrossReferencedEvent

Object

Represents a mention made by one issue or pull request to another.

CrossReferencedEvent Реализует

Поля для CrossReferencedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the CrossReferencedEvent object.

isCrossRepository (Boolean!)

Reference originated in a different repository.

referencedAt (DateTime!)

Identifies when the reference was made.

resourcePath (URI!)

The HTTP path for this pull request.

source (ReferencedSubject!)

Issue or pull request that made the reference.

target (ReferencedSubject!)

Issue or pull request to which the reference was made.

url (URI!)

The HTTP URL for this pull request.

willCloseTarget (Boolean!)

Checks if the target will be closed when the source is merged.

DemilestonedEvent

Object

Represents ademilestonedevent on a given issue or pull request.

DemilestonedEvent Реализует

Поля для DemilestonedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the DemilestonedEvent object.

milestoneTitle (String!)

Identifies the milestone title associated with thedemilestonedevent.

subject (MilestoneItem!)

Object referenced by event.

DisconnectedEvent

Object

Represents adisconnectedevent on a given issue or pull request.

DisconnectedEvent Реализует

Поля для DisconnectedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the DisconnectedEvent object.

isCrossRepository (Boolean!)

Reference originated in a different repository.

source (ReferencedSubject!)

Issue or pull request from which the issue was disconnected.

subject (ReferencedSubject!)

Issue or pull request which was disconnected.

Issue

Object

An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.

Issue Реализует

Поля для Issue

Имя.Description

activeLockReason (LockReason)

Reason that the conversation was locked.

assignees (UserConnection!)

A list of Users assigned to this object.

Аргументы для assignees

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

author (Actor)

The actor who authored the comment.

authorAssociation (CommentAuthorAssociation!)

Author's association with the subject of the comment.

body (String!)

Identifies the body of the issue.

bodyHTML (HTML!)

The body rendered to HTML.

bodyResourcePath (URI!)

The http path for this issue body.

bodyText (String!)

Identifies the body of the issue rendered to text.

bodyUrl (URI!)

The http URL for this issue body.

closed (Boolean!)

Indicates if the object is closed (definition of closed may depend on type).

closedAt (DateTime)

Identifies the date and time when the object was closed.

closedByPullRequestsReferences (PullRequestConnection)

List of open pull requests referenced from this issue.

Аргументы для closedByPullRequestsReferences

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • includeClosedPrs (Boolean)

    Include closed PRs in results.

    The default value is false.

  • last (Int)

    Returns the last n elements from the list.

  • orderByState (Boolean)

    Return results ordered by state.

    The default value is false.

  • userLinkedOnly (Boolean)

    Return only manually linked PRs.

    The default value is false.

comments (IssueCommentConnection!)

A list of comments associated with the Issue.

Аргументы для comments

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (IssueCommentOrder)

    Ordering options for issue comments returned from the connection.

createdAt (DateTime!)

Identifies the date and time when the object was created.

createdViaEmail (Boolean!)

Check if this comment was created via an email reply.

databaseId (Int)

Identifies the primary key from the database.

editor (Actor)

The actor who edited the comment.

fullDatabaseId (BigInt)

Identifies the primary key from the database as a BigInt.

hovercard (Hovercard!)

The hovercard information for this issue.

Аргументы для hovercard

  • includeNotificationContexts (Boolean)

    Whether or not to include notification contexts.

    The default value is true.

id (ID!)

The Node ID of the Issue object.

includesCreatedEdit (Boolean!)

Check if this comment was edited and includes an edit with the creation data.

isPinned (Boolean)

Indicates whether or not this issue is currently pinned to the repository issues list.

isReadByViewer (Boolean)

Is this issue read by the viewer.

issueType (IssueType)

The issue type for this Issue.

labels (LabelConnection)

A list of labels associated with the object.

Аргументы для labels

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (LabelOrder)

    Ordering options for labels returned from the connection.

lastEditedAt (DateTime)

The moment the editor made the last edit.

linkedBranches (LinkedBranchConnection!)

Branches linked to this issue.

Аргументы для linkedBranches

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

locked (Boolean!)

true if the object is locked.

milestone (Milestone)

Identifies the milestone associated with the issue.

number (Int!)

Identifies the issue number.

parent (Issue)

The parent entity of the issue.

participants (UserConnection!)

A list of Users that are participating in the Issue conversation.

Аргументы для participants

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

projectCards (ProjectCardConnection!)

List of project cards associated with this issue.

Предупреждение

projectCards is deprecated.

Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.

Аргументы для projectCards

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

projectItems (ProjectV2ItemConnection!)

List of project items associated with this issue.

Аргументы для projectItems

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • includeArchived (Boolean)

    Include archived items.

    The default value is true.

  • last (Int)

    Returns the last n elements from the list.

projectV2 (ProjectV2)

Find a project by number.

Аргументы для projectV2

  • number (Int!)

    The project number.

projectsV2 (ProjectV2Connection!)

A list of projects under the owner.

Аргументы для projectsV2

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • query (String)

    A project to search for under the owner.

publishedAt (DateTime)

Identifies when the comment was published at.

reactionGroups ([ReactionGroup!])

A list of reactions grouped by content left on the subject.

reactions (ReactionConnection!)

A list of Reactions left on the Issue.

Аргументы для reactions

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (ReactionOrder)

    Allows specifying the order in which reactions are returned.

repository (Repository!)

The repository associated with this node.

resourcePath (URI!)

The HTTP path for this issue.

state (IssueState!)

Identifies the state of the issue.

stateReason (IssueStateReason)

Identifies the reason for the issue state.

Аргументы для stateReason

  • enableDuplicate (Boolean)

    Whether or not to return state reason for duplicates.

    The default value is false.

subIssues (IssueConnection!)

A list of sub-issues associated with the Issue.

Аргументы для subIssues

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

subIssuesSummary (SubIssuesSummary!)

Summary of the state of an issue's sub-issues.

timeline (IssueTimelineConnection!)

A list of events, comments, commits, etc. associated with the issue.

Предупреждение

timeline is deprecated.

timeline will be removed Use Issue.timelineItems instead. Removal on 2020-10-01 UTC.

Аргументы для timeline

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • since (DateTime)

    Allows filtering timeline events by a since timestamp.

timelineItems (IssueTimelineItemsConnection!)

A list of events, comments, commits, etc. associated with the issue.

Аргументы для timelineItems

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • since (DateTime)

    Filter timeline items by a since timestamp.

  • skip (Int)

    Skips the first n elements in the list.

title (String!)

Identifies the issue title.

titleHTML (String!)

Identifies the issue title rendered to HTML.

updatedAt (DateTime!)

Identifies the date and time when the object was last updated.

url (URI!)

The HTTP URL for this issue.

userContentEdits (UserContentEditConnection)

A list of edits to this content.

Аргументы для userContentEdits

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

viewerCanClose (Boolean!)

Indicates if the object can be closed by the viewer.

viewerCanDelete (Boolean!)

Check if the current viewer can delete this object.

viewerCanLabel (Boolean!)

Indicates if the viewer can edit labels for this object.

viewerCanReact (Boolean!)

Can user react to this subject.

viewerCanReopen (Boolean!)

Indicates if the object can be reopened by the viewer.

viewerCanSubscribe (Boolean!)

Check if the viewer is able to change their subscription status for the repository.

viewerCanUpdate (Boolean!)

Check if the current viewer can update this object.

viewerCannotUpdateReasons ([CommentCannotUpdateReason!]!)

Reasons why the current viewer can not update this comment.

viewerDidAuthor (Boolean!)

Did the viewer author this comment.

viewerSubscription (SubscriptionState)

Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.

viewerThreadSubscriptionFormAction (ThreadSubscriptionFormAction)

Identifies the viewer's thread subscription form action.

viewerThreadSubscriptionStatus (ThreadSubscriptionState)

Identifies the viewer's thread subscription status.

IssueComment

Object

Represents a comment on an Issue.

IssueComment Реализует

Поля для IssueComment

Имя.Description

author (Actor)

The actor who authored the comment.

authorAssociation (CommentAuthorAssociation!)

Author's association with the subject of the comment.

body (String!)

The body as Markdown.

bodyHTML (HTML!)

The body rendered to HTML.

bodyText (String!)

The body rendered to text.

createdAt (DateTime!)

Identifies the date and time when the object was created.

createdViaEmail (Boolean!)

Check if this comment was created via an email reply.

databaseId (Int)

Identifies the primary key from the database.

editor (Actor)

The actor who edited the comment.

fullDatabaseId (BigInt)

Identifies the primary key from the database as a BigInt.

id (ID!)

The Node ID of the IssueComment object.

includesCreatedEdit (Boolean!)

Check if this comment was edited and includes an edit with the creation data.

isMinimized (Boolean!)

Returns whether or not a comment has been minimized.

issue (Issue!)

Identifies the issue associated with the comment.

lastEditedAt (DateTime)

The moment the editor made the last edit.

minimizedReason (String)

Returns why the comment was minimized. One of abuse, off-topic, outdated, resolved, duplicate and spam. Note that the case and formatting of these values differs from the inputs to the MinimizeComment mutation.

publishedAt (DateTime)

Identifies when the comment was published at.

pullRequest (PullRequest)

Returns the pull request associated with the comment, if this comment was made on a pull request.

reactionGroups ([ReactionGroup!])

A list of reactions grouped by content left on the subject.

reactions (ReactionConnection!)

A list of Reactions left on the Issue.

Аргументы для reactions

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (ReactionOrder)

    Allows specifying the order in which reactions are returned.

repository (Repository!)

The repository associated with this node.

resourcePath (URI!)

The HTTP path for this issue comment.

updatedAt (DateTime!)

Identifies the date and time when the object was last updated.

url (URI!)

The HTTP URL for this issue comment.

userContentEdits (UserContentEditConnection)

A list of edits to this content.

Аргументы для userContentEdits

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

viewerCanDelete (Boolean!)

Check if the current viewer can delete this object.

viewerCanMinimize (Boolean!)

Check if the current viewer can minimize this object.

viewerCanReact (Boolean!)

Can user react to this subject.

viewerCanUpdate (Boolean!)

Check if the current viewer can update this object.

viewerCannotUpdateReasons ([CommentCannotUpdateReason!]!)

Reasons why the current viewer can not update this comment.

viewerDidAuthor (Boolean!)

Did the viewer author this comment.

IssueCommentConnection

Object

The connection type for IssueComment.

Поля для IssueCommentConnection

Имя.Description

edges ([IssueCommentEdge])

A list of edges.

nodes ([IssueComment])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

IssueCommentEdge

Object

An edge in a connection.

Поля для IssueCommentEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (IssueComment)

The item at the end of the edge.

IssueConnection

Object

The connection type for Issue.

Поля для IssueConnection

Имя.Description

edges ([IssueEdge])

A list of edges.

nodes ([Issue])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

IssueContributionsByRepository

Object

This aggregates issues opened by a user within one repository.

Поля для IssueContributionsByRepository

Имя.Description

contributions (CreatedIssueContributionConnection!)

The issue contributions.

Аргументы для contributions

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (ContributionOrder)

    Ordering options for contributions returned from the connection.

repository (Repository!)

The repository in which the issues were opened.

IssueEdge

Object

An edge in a connection.

Поля для IssueEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (Issue)

The item at the end of the edge.

IssueTemplate

Object

A repository issue template.

Поля для IssueTemplate

Имя.Description

about (String)

The template purpose.

assignees (UserConnection!)

The suggested assignees.

Аргументы для assignees

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

body (String)

The suggested issue body.

filename (String!)

The template filename.

labels (LabelConnection)

The suggested issue labels.

Аргументы для labels

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (LabelOrder)

    Ordering options for labels returned from the connection.

name (String!)

The template name.

title (String)

The suggested issue title.

type (IssueType)

The suggested issue type.

IssueTimelineConnection

Object

The connection type for IssueTimelineItem.

Поля для IssueTimelineConnection

Имя.Description

edges ([IssueTimelineItemEdge])

A list of edges.

nodes ([IssueTimelineItem])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

IssueTimelineItemEdge

Object

An edge in a connection.

Поля для IssueTimelineItemEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (IssueTimelineItem)

The item at the end of the edge.

IssueTimelineItemsConnection

Object

The connection type for IssueTimelineItems.

Поля для IssueTimelineItemsConnection

Имя.Description

edges ([IssueTimelineItemsEdge])

A list of edges.

filteredCount (Int!)

Identifies the count of items after applying before and after filters.

nodes ([IssueTimelineItems])

A list of nodes.

pageCount (Int!)

Identifies the count of items after applying before/after filters and first/last/skip slicing.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

updatedAt (DateTime!)

Identifies the date and time when the timeline was last updated.

IssueTimelineItemsEdge

Object

An edge in a connection.

Поля для IssueTimelineItemsEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (IssueTimelineItems)

The item at the end of the edge.

IssueType

Object

Represents the type of Issue.

IssueType Реализует

Поля для IssueType

Имя.Description

color (IssueTypeColor!)

The issue type's color.

description (String)

The issue type's description.

id (ID!)

The Node ID of the IssueType object.

isEnabled (Boolean!)

The issue type's enabled state.

isPrivate (Boolean!)

Whether the issue type is publicly visible.

Предупреждение

isPrivate is deprecated.

Private issue types are being deprecated and can no longer be created. Removal on 2025-04-01 UTC.

issues (IssueConnection!)

The issues with this issue type in the given repository.

Аргументы для issues

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • filterBy (IssueFilters)

    Filtering options for issues returned from the connection.

  • first (Int)

    Returns the first n elements from the list.

  • labels ([String!])

    A list of label names to filter the pull requests by.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (IssueOrder)

    Ordering options for issues returned from the connection.

  • repositoryId (ID!)

    Target repository to load the issues from.

name (String!)

The issue type's name.

IssueTypeConnection

Object

The connection type for IssueType.

Поля для IssueTypeConnection

Имя.Description

edges ([IssueTypeEdge])

A list of edges.

nodes ([IssueType])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

IssueTypeEdge

Object

An edge in a connection.

Поля для IssueTypeEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (IssueType)

The item at the end of the edge.

Label

Object

A label for categorizing Issues, Pull Requests, Milestones, or Discussions with a given Repository.

Label Реализует

Поля для Label

Имя.Description

color (String!)

Identifies the label color.

createdAt (DateTime)

Identifies the date and time when the label was created.

description (String)

A brief description of this label.

id (ID!)

The Node ID of the Label object.

isDefault (Boolean!)

Indicates whether or not this is a default label.

issues (IssueConnection!)

A list of issues associated with this label.

Аргументы для issues

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • filterBy (IssueFilters)

    Filtering options for issues returned from the connection.

  • first (Int)

    Returns the first n elements from the list.

  • labels ([String!])

    A list of label names to filter the pull requests by.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (IssueOrder)

    Ordering options for issues returned from the connection.

name (String!)

Identifies the label name.

pullRequests (PullRequestConnection!)

A list of pull requests associated with this label.

Аргументы для pullRequests

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • baseRefName (String)

    The base ref name to filter the pull requests by.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • headRefName (String)

    The head ref name to filter the pull requests by.

  • labels ([String!])

    A list of label names to filter the pull requests by.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (IssueOrder)

    Ordering options for pull requests returned from the connection.

repository (Repository!)

The repository associated with this label.

resourcePath (URI!)

The HTTP path for this label.

updatedAt (DateTime)

Identifies the date and time when the label was last updated.

url (URI!)

The HTTP URL for this label.

LabelConnection

Object

The connection type for Label.

Поля для LabelConnection

Имя.Description

edges ([LabelEdge])

A list of edges.

nodes ([Label])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

LabeledEvent

Object

Represents alabeledevent on a given issue or pull request.

LabeledEvent Реализует

Поля для LabeledEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the LabeledEvent object.

label (Label!)

Identifies the label associated with thelabeledevent.

labelable (Labelable!)

Identifies the Labelable associated with the event.

LabelEdge

Object

An edge in a connection.

Поля для LabelEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (Label)

The item at the end of the edge.

LinkedBranch

Object

A branch linked to an issue.

LinkedBranch Реализует

Поля для LinkedBranch

Имя.Description

id (ID!)

The Node ID of the LinkedBranch object.

ref (Ref)

The branch's ref.

LinkedBranchConnection

Object

A list of branches linked to an issue.

Поля для LinkedBranchConnection

Имя.Description

edges ([LinkedBranchEdge])

A list of edges.

nodes ([LinkedBranch])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

LinkedBranchEdge

Object

An edge in a connection.

Поля для LinkedBranchEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (LinkedBranch)

The item at the end of the edge.

LockedEvent

Object

Represents alockedevent on a given issue or pull request.

LockedEvent Реализует

Поля для LockedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the LockedEvent object.

lockReason (LockReason)

Reason that the conversation was locked (optional).

lockable (Lockable!)

Object that was locked.

MarkedAsDuplicateEvent

Object

Represents amarked_as_duplicateevent on a given issue or pull request.

MarkedAsDuplicateEvent Реализует

Поля для MarkedAsDuplicateEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

canonical (IssueOrPullRequest)

The authoritative issue or pull request which has been duplicated by another.

createdAt (DateTime!)

Identifies the date and time when the object was created.

duplicate (IssueOrPullRequest)

The issue or pull request which has been marked as a duplicate of another.

id (ID!)

The Node ID of the MarkedAsDuplicateEvent object.

isCrossRepository (Boolean!)

Canonical and duplicate belong to different repositories.

MentionedEvent

Object

Represents amentionedevent on a given issue or pull request.

MentionedEvent Реализует

Поля для MentionedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

databaseId (Int)

Identifies the primary key from the database.

id (ID!)

The Node ID of the MentionedEvent object.

Milestone

Object

Represents a Milestone object on a given repository.

Milestone Реализует

Поля для Milestone

Имя.Description

closed (Boolean!)

Indicates if the object is closed (definition of closed may depend on type).

closedAt (DateTime)

Identifies the date and time when the object was closed.

createdAt (DateTime!)

Identifies the date and time when the object was created.

creator (Actor)

Identifies the actor who created the milestone.

description (String)

Identifies the description of the milestone.

descriptionHTML (String)

The HTML rendered description of the milestone using GitHub Flavored Markdown.

dueOn (DateTime)

Identifies the due date of the milestone.

id (ID!)

The Node ID of the Milestone object.

issues (IssueConnection!)

A list of issues associated with the milestone.

Аргументы для issues

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • filterBy (IssueFilters)

    Filtering options for issues returned from the connection.

  • first (Int)

    Returns the first n elements from the list.

  • labels ([String!])

    A list of label names to filter the pull requests by.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (IssueOrder)

    Ordering options for issues returned from the connection.

number (Int!)

Identifies the number of the milestone.

progressPercentage (Float!)

Identifies the percentage complete for the milestone.

pullRequests (PullRequestConnection!)

A list of pull requests associated with the milestone.

Аргументы для pullRequests

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • baseRefName (String)

    The base ref name to filter the pull requests by.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • headRefName (String)

    The head ref name to filter the pull requests by.

  • labels ([String!])

    A list of label names to filter the pull requests by.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (IssueOrder)

    Ordering options for pull requests returned from the connection.

repository (Repository!)

The repository associated with this milestone.

resourcePath (URI!)

The HTTP path for this milestone.

state (MilestoneState!)

Identifies the state of the milestone.

title (String!)

Identifies the title of the milestone.

updatedAt (DateTime!)

Identifies the date and time when the object was last updated.

url (URI!)

The HTTP URL for this milestone.

viewerCanClose (Boolean!)

Indicates if the object can be closed by the viewer.

viewerCanReopen (Boolean!)

Indicates if the object can be reopened by the viewer.

MilestoneConnection

Object

The connection type for Milestone.

Поля для MilestoneConnection

Имя.Description

edges ([MilestoneEdge])

A list of edges.

nodes ([Milestone])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

MilestonedEvent

Object

Represents amilestonedevent on a given issue or pull request.

MilestonedEvent Реализует

Поля для MilestonedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the MilestonedEvent object.

milestoneTitle (String!)

Identifies the milestone title associated with themilestonedevent.

subject (MilestoneItem!)

Object referenced by event.

MilestoneEdge

Object

An edge in a connection.

Поля для MilestoneEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (Milestone)

The item at the end of the edge.

ParentIssueAddedEvent

Object

Represents aparent_issue_addedevent on a given issue.

ParentIssueAddedEvent Реализует

Поля для ParentIssueAddedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the ParentIssueAddedEvent object.

parent (Issue)

The parent issue added.

ParentIssueRemovedEvent

Object

Represents aparent_issue_removedevent on a given issue.

ParentIssueRemovedEvent Реализует

Поля для ParentIssueRemovedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the ParentIssueRemovedEvent object.

parent (Issue)

The parent issue removed.

PinnedEvent

Object

Represents apinnedevent on a given issue or pull request.

PinnedEvent Реализует

Поля для PinnedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the PinnedEvent object.

issue (Issue!)

Identifies the issue associated with the event.

PinnedIssue

Object

A Pinned Issue is a issue pinned to a repository's index page.

PinnedIssue Реализует

Поля для PinnedIssue

Имя.Description

databaseId (Int)

Identifies the primary key from the database.

fullDatabaseId (BigInt)

Identifies the primary key from the database as a BigInt.

id (ID!)

The Node ID of the PinnedIssue object.

issue (Issue!)

The issue that was pinned.

pinnedBy (Actor!)

The actor that pinned this issue.

repository (Repository!)

The repository that this issue was pinned to.

PinnedIssueConnection

Object

The connection type for PinnedIssue.

Поля для PinnedIssueConnection

Имя.Description

edges ([PinnedIssueEdge])

A list of edges.

nodes ([PinnedIssue])

A list of nodes.

pageInfo (PageInfo!)

Information to aid in pagination.

totalCount (Int!)

Identifies the total count of items in the connection.

PinnedIssueEdge

Object

An edge in a connection.

Поля для PinnedIssueEdge

Имя.Description

cursor (String!)

A cursor for use in pagination.

node (PinnedIssue)

The item at the end of the edge.

ReferencedEvent

Object

Represents areferencedevent on a given ReferencedSubject.

ReferencedEvent Реализует

Поля для ReferencedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

commit (Commit)

Identifies the commit associated with thereferencedevent.

commitRepository (Repository!)

Identifies the repository associated with thereferencedevent.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the ReferencedEvent object.

isCrossRepository (Boolean!)

Reference originated in a different repository.

isDirectReference (Boolean!)

Checks if the commit message itself references the subject. Can be false in the case of a commit comment reference.

subject (ReferencedSubject!)

Object referenced by event.

RenamedTitleEvent

Object

Represents arenamedevent on a given issue or pull request.

RenamedTitleEvent Реализует

Поля для RenamedTitleEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

currentTitle (String!)

Identifies the current title of the issue or pull request.

id (ID!)

The Node ID of the RenamedTitleEvent object.

previousTitle (String!)

Identifies the previous title of the issue or pull request.

subject (RenamedTitleSubject!)

Subject that was renamed.

ReopenedEvent

Object

Represents areopenedevent on any Closable.

ReopenedEvent Реализует

Поля для ReopenedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

closable (Closable!)

Object that was reopened.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the ReopenedEvent object.

stateReason (IssueStateReason)

The reason the issue state was changed to open.

SubIssueAddedEvent

Object

Represents asub_issue_addedevent on a given issue.

SubIssueAddedEvent Реализует

Поля для SubIssueAddedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the SubIssueAddedEvent object.

subIssue (Issue)

The sub-issue added.

SubIssueRemovedEvent

Object

Represents asub_issue_removedevent on a given issue.

SubIssueRemovedEvent Реализует

Поля для SubIssueRemovedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the SubIssueRemovedEvent object.

subIssue (Issue)

The sub-issue removed.

SubIssuesSummary

Object

Summary of the state of an issue's sub-issues.

Поля для SubIssuesSummary

Имя.Description

completed (Int!)

Count of completed sub-issues.

percentCompleted (Int!)

Percent of sub-issues which are completed.

total (Int!)

Count of total number of sub-issues.

SubscribedEvent

Object

Represents asubscribedevent on a given Subscribable.

SubscribedEvent Реализует

Поля для SubscribedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the SubscribedEvent object.

subscribable (Subscribable!)

Object referenced by event.

TransferredEvent

Object

Represents atransferredevent on a given issue or pull request.

TransferredEvent Реализует

Поля для TransferredEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

fromRepository (Repository)

The repository this came from.

id (ID!)

The Node ID of the TransferredEvent object.

issue (Issue!)

Identifies the issue associated with the event.

UnassignedEvent

Object

Represents anunassignedevent on any assignable object.

UnassignedEvent Реализует

Поля для UnassignedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

assignable (Assignable!)

Identifies the assignable associated with the event.

assignee (Assignee)

Identifies the user or mannequin that was unassigned.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the UnassignedEvent object.

user (User)

Identifies the subject (user) who was unassigned.

Предупреждение

user is deprecated.

Assignees can now be mannequins. Use the assignee field instead. Removal on 2020-01-01 UTC.

UnlabeledEvent

Object

Represents anunlabeledevent on a given issue or pull request.

UnlabeledEvent Реализует

Поля для UnlabeledEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the UnlabeledEvent object.

label (Label!)

Identifies the label associated with theunlabeledevent.

labelable (Labelable!)

Identifies the Labelable associated with the event.

UnlockedEvent

Object

Represents anunlockedevent on a given issue or pull request.

UnlockedEvent Реализует

Поля для UnlockedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the UnlockedEvent object.

lockable (Lockable!)

Object that was unlocked.

UnmarkedAsDuplicateEvent

Object

Represents anunmarked_as_duplicateevent on a given issue or pull request.

UnmarkedAsDuplicateEvent Реализует

Поля для UnmarkedAsDuplicateEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

canonical (IssueOrPullRequest)

The authoritative issue or pull request which has been duplicated by another.

createdAt (DateTime!)

Identifies the date and time when the object was created.

duplicate (IssueOrPullRequest)

The issue or pull request which has been marked as a duplicate of another.

id (ID!)

The Node ID of the UnmarkedAsDuplicateEvent object.

isCrossRepository (Boolean!)

Canonical and duplicate belong to different repositories.

UnpinnedEvent

Object

Represents anunpinnedevent on a given issue or pull request.

UnpinnedEvent Реализует

Поля для UnpinnedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the UnpinnedEvent object.

issue (Issue!)

Identifies the issue associated with the event.

UnsubscribedEvent

Object

Represents anunsubscribedevent on a given Subscribable.

UnsubscribedEvent Реализует

Поля для UnsubscribedEvent

Имя.Description

actor (Actor)

Identifies the actor who performed the event.

createdAt (DateTime!)

Identifies the date and time when the object was created.

id (ID!)

The Node ID of the UnsubscribedEvent object.

subscribable (Subscribable!)

Object referenced by event.

Interfaces

Assignable

Interface

An object that can have users assigned to it.

Assignable реализуется с помощью

Поля для Assignable

Имя.Description

assignees (UserConnection!)

A list of Users assigned to this object.

Аргументы для assignees

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

Closable

Interface

An object that can be closed.

Closable реализуется с помощью

Поля для Closable

Имя.Description

closed (Boolean!)

Indicates if the object is closed (definition of closed may depend on type).

closedAt (DateTime)

Identifies the date and time when the object was closed.

viewerCanClose (Boolean!)

Indicates if the object can be closed by the viewer.

viewerCanReopen (Boolean!)

Indicates if the object can be reopened by the viewer.

Comment

Interface

Represents a comment.

Comment реализуется с помощью

Поля для Comment

Имя.Description

author (Actor)

The actor who authored the comment.

authorAssociation (CommentAuthorAssociation!)

Author's association with the subject of the comment.

body (String!)

The body as Markdown.

bodyHTML (HTML!)

The body rendered to HTML.

bodyText (String!)

The body rendered to text.

createdAt (DateTime!)

Identifies the date and time when the object was created.

createdViaEmail (Boolean!)

Check if this comment was created via an email reply.

editor (Actor)

The actor who edited the comment.

id (ID!)

The Node ID of the Comment object.

includesCreatedEdit (Boolean!)

Check if this comment was edited and includes an edit with the creation data.

lastEditedAt (DateTime)

The moment the editor made the last edit.

publishedAt (DateTime)

Identifies when the comment was published at.

updatedAt (DateTime!)

Identifies the date and time when the object was last updated.

userContentEdits (UserContentEditConnection)

A list of edits to this content.

Аргументы для userContentEdits

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

viewerDidAuthor (Boolean!)

Did the viewer author this comment.

Deletable

Interface

Entities that can be deleted.

Deletable реализуется с помощью

Поля для Deletable

Имя.Description

viewerCanDelete (Boolean!)

Check if the current viewer can delete this object.

Labelable

Interface

An object that can have labels assigned to it.

Labelable реализуется с помощью

Поля для Labelable

Имя.Description

labels (LabelConnection)

A list of labels associated with the object.

Аргументы для labels

  • after (String)

    Returns the elements in the list that come after the specified cursor.

  • before (String)

    Returns the elements in the list that come before the specified cursor.

  • first (Int)

    Returns the first n elements from the list.

  • last (Int)

    Returns the last n elements from the list.

  • orderBy (LabelOrder)

    Ordering options for labels returned from the connection.

viewerCanLabel (Boolean!)

Indicates if the viewer can edit labels for this object.

Lockable

Interface

An object that can be locked.

Lockable реализуется с помощью

Поля для Lockable

Имя.Description

activeLockReason (LockReason)

Reason that the conversation was locked.

locked (Boolean!)

true if the object is locked.

Minimizable

Interface

Entities that can be minimized.

Minimizable реализуется с помощью

Поля для Minimizable

Имя.Description

isMinimized (Boolean!)

Returns whether or not a comment has been minimized.

minimizedReason (String)

Returns why the comment was minimized. One of abuse, off-topic, outdated, resolved, duplicate and spam. Note that the case and formatting of these values differs from the inputs to the MinimizeComment mutation.

viewerCanMinimize (Boolean!)

Check if the current viewer can minimize this object.

Updatable

Interface

Entities that can be updated.

Updatable реализуется с помощью

Поля для Updatable

Имя.Description

viewerCanUpdate (Boolean!)

Check if the current viewer can update this object.

UpdatableComment

Interface

Comments that can be updated.

UpdatableComment реализуется с помощью

Поля для UpdatableComment

Имя.Description

viewerCannotUpdateReasons ([CommentCannotUpdateReason!]!)

Reasons why the current viewer can not update this comment.

Enums

CommentAuthorAssociation

Enum

A comment author association with repository.

Значения для CommentAuthorAssociation

Имя.Description
COLLABORATOR

Author has been invited to collaborate on the repository.

CONTRIBUTOR

Author has previously committed to the repository.

FIRST_TIMER

Author has not previously committed to GitHub.

FIRST_TIME_CONTRIBUTOR

Author has not previously committed to the repository.

MANNEQUIN

Author is a placeholder for an unclaimed user.

MEMBER

Author is a member of the organization that owns the repository.

NONE

Author has no association with the repository.

OWNER

Author is the owner of the repository.

CommentCannotUpdateReason

Enum

The possible errors that will prevent a user from updating a comment.

Значения для CommentCannotUpdateReason

Имя.Description
ARCHIVED

Unable to create comment because repository is archived.

DENIED

You cannot update this comment.

INSUFFICIENT_ACCESS

You must be the author or have write access to this repository to update this comment.

LOCKED

Unable to create comment because issue is locked.

LOGIN_REQUIRED

You must be logged in to update this comment.

MAINTENANCE

Repository is under maintenance.

VERIFIED_EMAIL_REQUIRED

At least one email address must be verified to update this comment.

IssueClosedStateReason

Enum

The possible state reasons of a closed issue.

Значения для IssueClosedStateReason

Имя.Description
COMPLETED

An issue that has been closed as completed.

DUPLICATE

An issue that has been closed as a duplicate.

NOT_PLANNED

An issue that has been closed as not planned.

IssueCommentOrderField

Enum

Properties by which issue comment connections can be ordered.

Значения для IssueCommentOrderField

Имя.Description
UPDATED_AT

Order issue comments by update time.

IssueOrderField

Enum

Properties by which issue connections can be ordered.

Значения для IssueOrderField

Имя.Description
COMMENTS

Order issues by comment count.

CREATED_AT

Order issues by creation time.

UPDATED_AT

Order issues by update time.

IssueState

Enum

The possible states of an issue.

Значения для IssueState

Имя.Description
CLOSED

An issue that has been closed.

OPEN

An issue that is still open.

IssueStateReason

Enum

The possible state reasons of an issue.

Значения для IssueStateReason

Имя.Description
COMPLETED

An issue that has been closed as completed.

DUPLICATE

An issue that has been closed as a duplicate. To retrieve this value, set (enableDuplicate: true) when querying the stateReason field.

NOT_PLANNED

An issue that has been closed as not planned.

REOPENED

An issue that has been reopened.

IssueTypeColor

Enum

The possible color for an issue type.

Значения для IssueTypeColor

Имя.Description
BLUE

blue.

GRAY

gray.

GREEN

green.

ORANGE

orange.

PINK

pink.

PURPLE

purple.

RED

red.

YELLOW

yellow.

IssueTypeOrderField

Enum

Properties by which issue type connections can be ordered.

Значения для IssueTypeOrderField

Имя.Description
CREATED_AT

Order issue types by creation time.

NAME

Order issue types by name.

LabelOrderField

Enum

Properties by which label connections can be ordered.

Значения для LabelOrderField

Имя.Description
CREATED_AT

Order labels by creation time.

NAME

Order labels by name.

LockReason

Enum

The possible reasons that an issue or pull request was locked.

Значения для LockReason

Имя.Description
OFF_TOPIC

The issue or pull request was locked because the conversation was off-topic.

RESOLVED

The issue or pull request was locked because the conversation was resolved.

SPAM

The issue or pull request was locked because the conversation was spam.

TOO_HEATED

The issue or pull request was locked because the conversation was too heated.

MilestoneOrderField

Enum

Properties by which milestone connections can be ordered.

Значения для MilestoneOrderField

Имя.Description
CREATED_AT

Order milestones by when they were created.

DUE_DATE

Order milestones by when they are due.

NUMBER

Order milestones by their number.

UPDATED_AT

Order milestones by when they were last updated.

MilestoneState

Enum

The possible states of a milestone.

Значения для MilestoneState

Имя.Description
CLOSED

A milestone that has been closed.

OPEN

A milestone that is still open.

Unions

Assignee

Union

Types that can be assigned to issues.

Возможные типы для Assignee

Closer

Union

The object which triggered a ClosedEvent.

Возможные типы для Closer

IssueOrPullRequest

Union

Used for return value of Repository.issueOrPullRequest.

Возможные типы для IssueOrPullRequest

IssueTimelineItem

Union

An item in an issue timeline.

Возможные типы для IssueTimelineItem

IssueTimelineItems

Union

An item in an issue timeline.

Возможные типы для IssueTimelineItems

MilestoneItem

Union

Types that can be inside a Milestone.

Возможные типы для MilestoneItem

ReferencedSubject

Union

Any referencable object.

Возможные типы для ReferencedSubject

RenamedTitleSubject

Union

An object which has a renamable title.

Возможные типы для RenamedTitleSubject

Input objects

AddAssigneesToAssignableInput

Input object

Autogenerated input type of AddAssigneesToAssignable.

Поля ввода для AddAssigneesToAssignableInput

Имя.Description

assignableId (ID!)

The id of the assignable object to add assignees to.

assigneeIds ([ID!]!)

The id of users to add as assignees.

clientMutationId (String)

A unique identifier for the client performing the mutation.

AddCommentInput

Input object

Autogenerated input type of AddComment.

Поля ввода для AddCommentInput

Имя.Description

body (String!)

The contents of the comment.

clientMutationId (String)

A unique identifier for the client performing the mutation.

subjectId (ID!)

The Node ID of the subject to modify.

AddLabelsToLabelableInput

Input object

Autogenerated input type of AddLabelsToLabelable.

Поля ввода для AddLabelsToLabelableInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelIds ([ID!]!)

The ids of the labels to add.

labelableId (ID!)

The id of the labelable object to add labels to.

AddSubIssueInput

Input object

Autogenerated input type of AddSubIssue.

Поля ввода для AddSubIssueInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

The id of the issue.

replaceParent (Boolean)

Option to replace parent issue if one already exists.

subIssueId (ID)

The id of the sub-issue.

subIssueUrl (String)

The url of the sub-issue.

ClearLabelsFromLabelableInput

Input object

Autogenerated input type of ClearLabelsFromLabelable.

Поля ввода для ClearLabelsFromLabelableInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelableId (ID!)

The id of the labelable object to clear the labels from.

CloseIssueInput

Input object

Autogenerated input type of CloseIssue.

Поля ввода для CloseIssueInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

duplicateIssueId (ID)

ID of the issue that this is a duplicate of.

issueId (ID!)

ID of the issue to be closed.

stateReason (IssueClosedStateReason)

The reason the issue is to be closed.

CreateIssueInput

Input object

Autogenerated input type of CreateIssue.

Поля ввода для CreateIssueInput

Имя.Description

assigneeIds ([ID!])

The Node ID for the user assignee for this issue.

body (String)

The body for the issue description.

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueTemplate (String)

The name of an issue template in the repository, assigns labels and assignees from the template to the issue.

issueTypeId (ID)

The Node ID of the issue type for this issue.

labelIds ([ID!])

An array of Node IDs of labels for this issue.

milestoneId (ID)

The Node ID of the milestone for this issue.

parentIssueId (ID)

The Node ID of the parent issue to add this new issue to.

projectIds ([ID!])

An array of Node IDs for projects associated with this issue.

repositoryId (ID!)

The Node ID of the repository.

title (String!)

The title for the issue.

CreateIssueTypeInput

Input object

Autogenerated input type of CreateIssueType.

Поля ввода для CreateIssueTypeInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

color (IssueTypeColor)

Color for the issue type.

description (String)

Description of the new issue type.

isEnabled (Boolean!)

Whether or not the issue type is enabled on the org level.

isPrivate (Boolean)

Whether or not the issue type is restricted to issues in private repositories

Upcoming Change on 2025-04-01 UTC Description: isPrivate will be removed. Reason: Private issue types are being deprecated and can no longer be created.

name (String!)

Name of the new issue type.

ownerId (ID!)

The ID for the organization on which the issue type is created.

CreateLabelInput

Input object

Autogenerated input type of CreateLabel.

Поля ввода для CreateLabelInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

color (String!)

A 6 character hex code, without the leading #, identifying the color of the label.

description (String)

A brief description of the label, such as its purpose.

name (String!)

The name of the label.

repositoryId (ID!)

The Node ID of the repository.

CreateLinkedBranchInput

Input object

Autogenerated input type of CreateLinkedBranch.

Поля ввода для CreateLinkedBranchInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

ID of the issue to link to.

name (String)

The name of the new branch. Defaults to issue number and title.

oid (GitObjectID!)

The commit SHA to base the new branch on.

repositoryId (ID)

ID of the repository to create the branch in. Defaults to the issue repository.

DeleteIssueCommentInput

Input object

Autogenerated input type of DeleteIssueComment.

Поля ввода для DeleteIssueCommentInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

id (ID!)

The ID of the comment to delete.

DeleteIssueInput

Input object

Autogenerated input type of DeleteIssue.

Поля ввода для DeleteIssueInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

The ID of the issue to delete.

DeleteIssueTypeInput

Input object

Autogenerated input type of DeleteIssueType.

Поля ввода для DeleteIssueTypeInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueTypeId (ID!)

The ID of the issue type to delete.

DeleteLabelInput

Input object

Autogenerated input type of DeleteLabel.

Поля ввода для DeleteLabelInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

id (ID!)

The Node ID of the label to be deleted.

DeleteLinkedBranchInput

Input object

Autogenerated input type of DeleteLinkedBranch.

Поля ввода для DeleteLinkedBranchInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

linkedBranchId (ID!)

The ID of the linked branch.

IssueCommentOrder

Input object

Ways in which lists of issue comments can be ordered upon return.

Поля ввода для IssueCommentOrder

Имя.Description

direction (OrderDirection!)

The direction in which to order issue comments by the specified field.

field (IssueCommentOrderField!)

The field in which to order issue comments by.

IssueFilters

Input object

Ways in which to filter lists of issues.

Поля ввода для IssueFilters

Имя.Description

assignee (String)

List issues assigned to given name. Pass in null for issues with no assigned user, and * for issues assigned to any user.

createdBy (String)

List issues created by given name.

labels ([String!])

List issues where the list of label names exist on the issue.

mentioned (String)

List issues where the given name is mentioned in the issue.

milestone (String)

List issues by given milestone argument. If an string representation of an integer is passed, it should refer to a milestone by its database ID. Pass in null for issues with no milestone, and * for issues that are assigned to any milestone.

milestoneNumber (String)

List issues by given milestone argument. If an string representation of an integer is passed, it should refer to a milestone by its number field. Pass in null for issues with no milestone, and * for issues that are assigned to any milestone.

since (DateTime)

List issues that have been updated at or after the given date.

states ([IssueState!])

List issues filtered by the list of states given.

viewerSubscribed (Boolean)

List issues subscribed to by viewer.

IssueOrder

Input object

Ways in which lists of issues can be ordered upon return.

Поля ввода для IssueOrder

Имя.Description

direction (OrderDirection!)

The direction in which to order issues by the specified field.

field (IssueOrderField!)

The field in which to order issues by.

IssueTypeOrder

Input object

Ordering options for issue types connections.

Поля ввода для IssueTypeOrder

Имя.Description

direction (OrderDirection!)

The ordering direction.

field (IssueTypeOrderField!)

The field to order issue types by.

LabelOrder

Input object

Ways in which lists of labels can be ordered upon return.

Поля ввода для LabelOrder

Имя.Description

direction (OrderDirection!)

The direction in which to order labels by the specified field.

field (LabelOrderField!)

The field in which to order labels by.

LockLockableInput

Input object

Autogenerated input type of LockLockable.

Поля ввода для LockLockableInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

lockReason (LockReason)

A reason for why the item will be locked.

lockableId (ID!)

ID of the item to be locked.

MilestoneOrder

Input object

Ordering options for milestone connections.

Поля ввода для MilestoneOrder

Имя.Description

direction (OrderDirection!)

The ordering direction.

field (MilestoneOrderField!)

The field to order milestones by.

MinimizeCommentInput

Input object

Autogenerated input type of MinimizeComment.

Поля ввода для MinimizeCommentInput

Имя.Description

classifier (ReportedContentClassifiers!)

The classification of comment.

clientMutationId (String)

A unique identifier for the client performing the mutation.

subjectId (ID!)

The Node ID of the subject to modify.

PinIssueInput

Input object

Autogenerated input type of PinIssue.

Поля ввода для PinIssueInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

The ID of the issue to be pinned.

RemoveAssigneesFromAssignableInput

Input object

Autogenerated input type of RemoveAssigneesFromAssignable.

Поля ввода для RemoveAssigneesFromAssignableInput

Имя.Description

assignableId (ID!)

The id of the assignable object to remove assignees from.

assigneeIds ([ID!]!)

The id of users to remove as assignees.

clientMutationId (String)

A unique identifier for the client performing the mutation.

RemoveLabelsFromLabelableInput

Input object

Autogenerated input type of RemoveLabelsFromLabelable.

Поля ввода для RemoveLabelsFromLabelableInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelIds ([ID!]!)

The ids of labels to remove.

labelableId (ID!)

The id of the Labelable to remove labels from.

RemoveSubIssueInput

Input object

Autogenerated input type of RemoveSubIssue.

Поля ввода для RemoveSubIssueInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

The id of the issue.

subIssueId (ID!)

The id of the sub-issue.

ReopenIssueInput

Input object

Autogenerated input type of ReopenIssue.

Поля ввода для ReopenIssueInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

ID of the issue to be opened.

ReprioritizeSubIssueInput

Input object

Autogenerated input type of ReprioritizeSubIssue.

Поля ввода для ReprioritizeSubIssueInput

Имя.Description

afterId (ID)

The id of the sub-issue to be prioritized after (either positional argument after OR before should be specified).

beforeId (ID)

The id of the sub-issue to be prioritized before (either positional argument after OR before should be specified).

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

The id of the parent issue.

subIssueId (ID!)

The id of the sub-issue to reprioritize.

TransferIssueInput

Input object

Autogenerated input type of TransferIssue.

Поля ввода для TransferIssueInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

createLabelsIfMissing (Boolean)

Whether to create labels if they don't exist in the target repository (matched by name).

issueId (ID!)

The Node ID of the issue to be transferred.

repositoryId (ID!)

The Node ID of the repository the issue should be transferred to.

UnlockLockableInput

Input object

Autogenerated input type of UnlockLockable.

Поля ввода для UnlockLockableInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

lockableId (ID!)

ID of the item to be unlocked.

UnmarkIssueAsDuplicateInput

Input object

Autogenerated input type of UnmarkIssueAsDuplicate.

Поля ввода для UnmarkIssueAsDuplicateInput

Имя.Description

canonicalId (ID!)

ID of the issue or pull request currently considered canonical/authoritative/original.

clientMutationId (String)

A unique identifier for the client performing the mutation.

duplicateId (ID!)

ID of the issue or pull request currently marked as a duplicate.

UnminimizeCommentInput

Input object

Autogenerated input type of UnminimizeComment.

Поля ввода для UnminimizeCommentInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

subjectId (ID!)

The Node ID of the subject to modify.

UnpinIssueInput

Input object

Autogenerated input type of UnpinIssue.

Поля ввода для UnpinIssueInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

The ID of the issue to be unpinned.

UpdateIssueCommentInput

Input object

Autogenerated input type of UpdateIssueComment.

Поля ввода для UpdateIssueCommentInput

Имя.Description

body (String!)

The updated text of the comment.

clientMutationId (String)

A unique identifier for the client performing the mutation.

id (ID!)

The ID of the IssueComment to modify.

UpdateIssueInput

Input object

Autogenerated input type of UpdateIssue.

Поля ввода для UpdateIssueInput

Имя.Description

assigneeIds ([ID!])

An array of Node IDs of users for this issue.

body (String)

The body for the issue description.

clientMutationId (String)

A unique identifier for the client performing the mutation.

id (ID!)

The ID of the Issue to modify.

issueTypeId (ID)

The ID of the Issue Type for this issue.

labelIds ([ID!])

An array of Node IDs of labels for this issue.

milestoneId (ID)

The Node ID of the milestone for this issue.

projectIds ([ID!])

An array of Node IDs for projects associated with this issue.

state (IssueState)

The desired issue state.

title (String)

The title for the issue.

UpdateIssueIssueTypeInput

Input object

Autogenerated input type of UpdateIssueIssueType.

Поля ввода для UpdateIssueIssueTypeInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueId (ID!)

The ID of the issue to update.

issueTypeId (ID)

The ID of the issue type to update on the issue.

UpdateIssueTypeInput

Input object

Autogenerated input type of UpdateIssueType.

Поля ввода для UpdateIssueTypeInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

color (IssueTypeColor)

Color for the issue type.

description (String)

The description of the issue type.

isEnabled (Boolean)

Whether or not the issue type is enabled for the organization.

isPrivate (Boolean)

Whether or not the issue type is restricted to issues in private repositories

Upcoming Change on 2025-04-01 UTC Description: isPrivate will be removed. Reason: Private issue types are being deprecated and can no longer be created.

issueTypeId (ID!)

The ID of the issue type to update.

name (String)

The name of the issue type.

UpdateLabelInput

Input object

Autogenerated input type of UpdateLabel.

Поля ввода для UpdateLabelInput

Имя.Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

color (String)

A 6 character hex code, without the leading #, identifying the updated color of the label.

description (String)

A brief description of the label, such as its purpose.

id (ID!)

The Node ID of the label to be updated.

name (String)

The updated name of the label.