A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.github.com/en/graphql/reference/mutations below:

Mutations - GitHub Docs

About mutations

Every GraphQL schema has a root type for both queries and mutations. The mutation type defines GraphQL operations that change data on the server. It is analogous to performing HTTP verbs such as POST, PATCH, and DELETE.

For more information, see Forming calls with GraphQL.

abortQueuedMigrations

Clear all of a customer's queued migrations.

Input fields for abortQueuedMigrations Return fields for abortQueuedMigrations Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

success (Boolean)

Did the operation succeed?.

abortRepositoryMigration

Abort a repository migration queued or in progress.

Input fields for abortRepositoryMigration Return fields for abortRepositoryMigration Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

success (Boolean)

Did the operation succeed?.

acceptEnterpriseMemberInvitation

Accepts a pending invitation for a user to become an unaffiliated member of an enterprise.

Input fields for acceptEnterpriseMemberInvitation Return fields for acceptEnterpriseMemberInvitation Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

invitation (EnterpriseMemberInvitation)

The invitation that was accepted.

message (String)

A message confirming the result of accepting an unaffiliated member invitation.

acceptTopicSuggestion

Applies a suggested topic to the repository.

Input fields for acceptTopicSuggestion Return fields for acceptTopicSuggestion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

topic (Topic)

The accepted topic.

Warning

topic is deprecated.

Suggested topics are no longer supported Removal on 2024-04-01 UTC.

accessUserNamespaceRepository

Access user namespace repository for a temporary duration.

Input fields for accessUserNamespaceRepository Return fields for accessUserNamespaceRepository Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

expiresAt (DateTime)

The time that repository access expires at.

repository (Repository)

The repository that is temporarily accessible.

addBlockedBy

Adds a 'blocked by' relationship to an issue.

Input fields for addBlockedBy Return fields for addBlockedBy Name Description

blockingIssue (Issue)

The issue that is blocking the given issue.

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that is blocked.

Adds a comment to an Issue or Pull Request.

Input fields for addComment Return fields for addComment Name 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.

Adds a comment to a Discussion, possibly as a reply to another comment.

Input fields for addDiscussionComment Return fields for addDiscussionComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

comment (DiscussionComment)

The newly created discussion comment.

addEnterpriseOrganizationMember

Adds enterprise members to an organization within the enterprise.

Input fields for addEnterpriseOrganizationMember Return fields for addEnterpriseOrganizationMember Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

users ([User!])

The users who were added to the organization.

addEnterpriseSupportEntitlement

Adds a support entitlement to an enterprise member.

Input fields for addEnterpriseSupportEntitlement Return fields for addEnterpriseSupportEntitlement Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

message (String)

A message confirming the result of adding the support entitlement.

addLabelsToLabelable

Adds labels to a labelable object.

Input fields for addLabelsToLabelable Return fields for addLabelsToLabelable Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelable (Labelable)

The item that was labeled.

addProjectCard

Adds a card to a ProjectColumn. Either contentId or note must be provided but not both.

Input fields for addProjectCard Return fields for addProjectCard Name Description

cardEdge (ProjectCardEdge)

The edge from the ProjectColumn's card connection.

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectColumn (ProjectColumn)

The ProjectColumn.

addProjectColumn

Adds a column to a Project.

Input fields for addProjectColumn Return fields for addProjectColumn Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

columnEdge (ProjectColumnEdge)

The edge from the project's column connection.

project (Project)

The project.

addProjectV2DraftIssue

Creates a new draft issue and add it to a Project.

Input fields for addProjectV2DraftIssue Return fields for addProjectV2DraftIssue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectItem (ProjectV2Item)

The draft issue added to the project.

addProjectV2ItemById

Links an existing content instance to a Project.

Input fields for addProjectV2ItemById Return fields for addProjectV2ItemById Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

item (ProjectV2Item)

The item added to the project.

Adds a comment to a review.

addReaction

Adds a reaction to a subject.

Input fields for addReaction Return fields for addReaction Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

reaction (Reaction)

The reaction object.

reactionGroups ([ReactionGroup!])

The reaction groups for the subject.

subject (Reactable)

The reactable subject.

addStar

Adds a star to a Starrable.

Input fields for addStar Return fields for addStar Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

starrable (Starrable)

The starrable.

addSubIssue

Adds a sub-issue to a given issue.

Input fields for addSubIssue Return fields for addSubIssue Name 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.

addUpvote

Add an upvote to a discussion or discussion comment.

Input fields for addUpvote Return fields for addUpvote Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

subject (Votable)

The votable subject.

addVerifiableDomain

Adds a verifiable domain to an owning account.

Input fields for addVerifiableDomain Return fields for addVerifiableDomain Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

domain (VerifiableDomain)

The verifiable domain that was added.

approveDeployments

Approve all pending deployments under one or more environments.

Input fields for approveDeployments Return fields for approveDeployments Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deployments ([Deployment!])

The affected deployments.

archiveRepository

Marks a repository as archived.

Input fields for archiveRepository Return fields for archiveRepository Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The repository that was marked as archived.

Cancel an active sponsorship.

Input fields for cancelSponsorship Return fields for cancelSponsorship Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorsTier (SponsorsTier)

The tier that was being used at the time of cancellation.

changeUserStatus

Update your status on GitHub.

Input fields for changeUserStatus Return fields for changeUserStatus Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

status (UserStatus)

Your updated status.

clearLabelsFromLabelable

Clears all labels from a labelable object.

Input fields for clearLabelsFromLabelable Return fields for clearLabelsFromLabelable Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelable (Labelable)

The item that was unlabeled.

clearProjectV2ItemFieldValue

This mutation clears the value of a field for an item in a Project. Currently only text, number, date, assignees, labels, single-select, iteration and milestone fields are supported.

Input fields for clearProjectV2ItemFieldValue Return fields for clearProjectV2ItemFieldValue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectV2Item (ProjectV2Item)

The updated item.

cloneProject

Creates a new project by cloning configuration from an existing project.

Input fields for cloneProject Return fields for cloneProject Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

jobStatusId (String)

The id of the JobStatus for populating cloned fields.

project (Project)

The new cloned project.

cloneTemplateRepository

Create a new repository with the same files and directory structure as a template repository.

Input fields for cloneTemplateRepository Return fields for cloneTemplateRepository Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The new repository.

closeDiscussion

Close a discussion.

Input fields for closeDiscussion Return fields for closeDiscussion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

discussion (Discussion)

The discussion that was closed.

closeIssue

Close an issue.

Input fields for closeIssue Return fields for closeIssue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was closed.

closePullRequest

Close a pull request.

Input fields for closePullRequest Return fields for closePullRequest Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The pull request that was closed.

copyProjectV2

Copy a project.

Input fields for copyProjectV2 Return fields for copyProjectV2 Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectV2 (ProjectV2)

The copied project.

createAttributionInvitation

Invites a user to claim reattributable data.

Input fields for createAttributionInvitation Return fields for createAttributionInvitation Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

owner (Organization)

The owner scoping the reattributable data.

source (Claimable)

The account owning the data to reattribute.

target (Claimable)

The account which may claim the data.

createCheckRun

Create a check run.

Input fields for createCheckRun Return fields for createCheckRun Name Description

checkRun (CheckRun)

The newly created check run.

clientMutationId (String)

A unique identifier for the client performing the mutation.

createCheckSuite

Create a check suite.

Input fields for createCheckSuite Return fields for createCheckSuite Name Description

checkSuite (CheckSuite)

The newly created check suite.

clientMutationId (String)

A unique identifier for the client performing the mutation.

createCommitOnBranch

Appends a commit to the given branch as the authenticated user.

This mutation creates a commit whose parent is the HEAD of the provided branch and also updates that branch to point to the new commit. It can be thought of as similar to git commit.

Locating a Branch

Commits are appended to a branch of type Ref. This must refer to a git branch (i.e. the fully qualified path must begin with refs/heads/, although including this prefix is optional.

Callers may specify the branch to commit to either by its global node ID or by passing both of repositoryNameWithOwner and refName. For more details see the documentation for CommittableBranch.

Describing Changes

fileChanges are specified as a FilesChanges object describing FileAdditions and FileDeletions.

Please see the documentation for FileChanges for more information on how to use this argument to describe any set of file changes.

Similar to the web commit interface, this mutation does not support specifying the author or committer of the commit and will not add support for this in the future.

A commit created by a successful execution of this mutation will be authored by the owner of the credential which authenticates the API request. The committer will be identical to that of commits authored using the web interface.

If you need full control over author and committer information, please use the Git Database REST API instead.

Commit Signing

Commits made using this mutation are automatically signed by GitHub if supported and will be marked as verified in the user interface.

Input fields for createCommitOnBranch Return fields for createCommitOnBranch Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

commit (Commit)

The new commit.

ref (Ref)

The ref which has been updated to point to the new commit.

createDeployment

Creates a new deployment event.

Input fields for createDeployment Return fields for createDeployment Name Description

autoMerged (Boolean)

True if the default branch has been auto-merged into the deployment ref.

clientMutationId (String)

A unique identifier for the client performing the mutation.

deployment (Deployment)

The new deployment.

createDiscussion

Create a discussion.

Input fields for createDiscussion Return fields for createDiscussion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

discussion (Discussion)

The discussion that was just created.

createEnterpriseOrganization

Creates an organization as part of an enterprise account. A personal access token used to create an organization is implicitly permitted to update the organization it created, if the organization is part of an enterprise that has SAML enabled or uses Enterprise Managed Users. If the organization is not part of such an enterprise, and instead has SAML enabled for it individually, the token will then require SAML authorization to continue working against that organization.

Input fields for createEnterpriseOrganization Return fields for createEnterpriseOrganization Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The enterprise that owns the created organization.

organization (Organization)

The organization that was created.

createEnvironment

Creates an environment or simply returns it if already exists.

Input fields for createEnvironment Return fields for createEnvironment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

environment (Environment)

The new or existing environment.

createIssue

Creates a new issue.

Input fields for createIssue Return fields for createIssue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The new issue.

createIssueType

Creates a new issue type.

Input fields for createIssueType Return fields for createIssueType Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueType (IssueType)

The newly created issue type.

createLabel

Creates a new label.

Input fields for createLabel Return fields for createLabel Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

label (Label)

The new label.

createLinkedBranch

Create a branch linked to an issue.

Input fields for createLinkedBranch Return fields for createLinkedBranch Name 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.

createMigrationSource

Creates a GitHub Enterprise Importer (GEI) migration source.

Input fields for createMigrationSource Return fields for createMigrationSource Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

migrationSource (MigrationSource)

The created migration source.

createProject

Creates a new project.

Input fields for createProject Return fields for createProject Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

project (Project)

The new project.

createProjectV2

Creates a new project.

Input fields for createProjectV2 Return fields for createProjectV2 Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectV2 (ProjectV2)

The new project.

createPullRequest

Create a new pull request.

Input fields for createPullRequest Return fields for createPullRequest Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The new pull request.

createRef

Create a new Git Ref.

Input fields for createRef Return fields for createRef Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

ref (Ref)

The newly created ref.

createRepository

Create a new repository.

Input fields for createRepository Return fields for createRepository Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The new repository.

Create a GitHub Sponsors profile to allow others to sponsor you or your organization.

Input fields for createSponsorsListing Return fields for createSponsorsListing Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorsListing (SponsorsListing)

The new GitHub Sponsors profile.

Create a new payment tier for your GitHub Sponsors profile.

Input fields for createSponsorsTier Return fields for createSponsorsTier Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorsTier (SponsorsTier)

The new tier.

Start a new sponsorship of a maintainer in GitHub Sponsors, or reactivate a past sponsorship.

Input fields for createSponsorship Return fields for createSponsorship Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorship (Sponsorship)

The sponsorship that was started.

Make many sponsorships for different sponsorable users or organizations at once. Can only sponsor those who have a public GitHub Sponsors profile.

Input fields for createSponsorships Return fields for createSponsorships Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorables ([Sponsorable!])

The users and organizations who received a sponsorship.

Creates a new team discussion comment.

createUserList

Creates a new user list.

Input fields for createUserList Return fields for createUserList Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

list (UserList)

The list that was just created.

viewer (User)

The user who created the list.

declineTopicSuggestion

Rejects a suggested topic for the repository.

Input fields for declineTopicSuggestion Return fields for declineTopicSuggestion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

topic (Topic)

The declined topic.

Warning

topic is deprecated.

Suggested topics are no longer supported Removal on 2024-04-01 UTC.

deleteDeployment

Deletes a deployment.

Input fields for deleteDeployment Return fields for deleteDeployment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteDiscussion

Delete a discussion and all of its replies.

Input fields for deleteDiscussion Return fields for deleteDiscussion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

discussion (Discussion)

The discussion that was just deleted.

Delete a discussion comment. If it has replies, wipe it instead.

Input fields for deleteDiscussionComment Return fields for deleteDiscussionComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

comment (DiscussionComment)

The discussion comment that was just deleted.

deleteEnvironment

Deletes an environment.

Input fields for deleteEnvironment Return fields for deleteEnvironment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteIssue

Deletes an Issue object.

Input fields for deleteIssue Return fields for deleteIssue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The repository the issue belonged to.

Deletes an IssueComment object.

Input fields for deleteIssueComment Return fields for deleteIssueComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteIssueType

Delete an issue type.

Input fields for deleteIssueType Return fields for deleteIssueType Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deletedIssueTypeId (ID)

The ID of the deleted issue type.

deleteLabel

Deletes a label.

Input fields for deleteLabel Return fields for deleteLabel Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteLinkedBranch

Unlink a branch from an issue.

Input fields for deleteLinkedBranch Return fields for deleteLinkedBranch Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue the linked branch was unlinked from.

deletePackageVersion

Delete a package version.

Input fields for deletePackageVersion Return fields for deletePackageVersion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

success (Boolean)

Whether or not the operation succeeded.

deleteProject

Deletes a project.

Input fields for deleteProject Return fields for deleteProject Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

owner (ProjectOwner)

The repository or organization the project was removed from.

deleteProjectCard

Deletes a project card.

Input fields for deleteProjectCard Return fields for deleteProjectCard Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

column (ProjectColumn)

The column the deleted card was in.

deletedCardId (ID)

The deleted card ID.

deleteProjectColumn

Deletes a project column.

Input fields for deleteProjectColumn Return fields for deleteProjectColumn Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deletedColumnId (ID)

The deleted column ID.

project (Project)

The project the deleted column was in.

deleteProjectV2

Delete a project.

Input fields for deleteProjectV2 Return fields for deleteProjectV2 Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectV2 (ProjectV2)

The deleted Project.

deleteProjectV2Item

Deletes an item from a Project.

Input fields for deleteProjectV2Item Return fields for deleteProjectV2Item Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deletedItemId (ID)

The ID of the deleted item.

deleteProjectV2StatusUpdate

Deletes a project status update.

Input fields for deleteProjectV2StatusUpdate Return fields for deleteProjectV2StatusUpdate Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deletedStatusUpdateId (ID)

The ID of the deleted status update.

projectV2 (ProjectV2)

The project the deleted status update was in.

deleteProjectV2Workflow

Deletes a project workflow.

Input fields for deleteProjectV2Workflow Return fields for deleteProjectV2Workflow Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deletedWorkflowId (ID)

The ID of the deleted workflow.

projectV2 (ProjectV2)

The project the deleted workflow was in.

Deletes a pull request review comment.

Input fields for deletePullRequestReviewComment Return fields for deletePullRequestReviewComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequestReview (PullRequestReview)

The pull request review the deleted comment belonged to.

pullRequestReviewComment (PullRequestReviewComment)

The deleted pull request review comment.

deleteRef

Delete a Git Ref.

Input fields for deleteRef Return fields for deleteRef Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteTeamDiscussion

Deletes a team discussion.

Input fields for deleteTeamDiscussion Return fields for deleteTeamDiscussion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

Deletes a team discussion comment.

Input fields for deleteTeamDiscussionComment Return fields for deleteTeamDiscussionComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteUserList

Deletes a user list.

Input fields for deleteUserList Return fields for deleteUserList Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

user (User)

The owner of the list that will be deleted.

dequeuePullRequest

Remove a pull request from the merge queue.

Input fields for dequeuePullRequest Return fields for dequeuePullRequest Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

mergeQueueEntry (MergeQueueEntry)

The merge queue entry of the dequeued pull request.

disablePullRequestAutoMerge

Disable auto merge on the given pull request.

Input fields for disablePullRequestAutoMerge Return fields for disablePullRequestAutoMerge Name Description

actor (Actor)

Identifies the actor who performed the event.

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The pull request auto merge was disabled on.

enablePullRequestAutoMerge

Enable the default auto-merge on a pull request.

Input fields for enablePullRequestAutoMerge Return fields for enablePullRequestAutoMerge Name Description

actor (Actor)

Identifies the actor who performed the event.

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The pull request auto-merge was enabled on.

enqueuePullRequest

Add a pull request to the merge queue.

Input fields for enqueuePullRequest Return fields for enqueuePullRequest Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

mergeQueueEntry (MergeQueueEntry)

The merge queue entry for the enqueued pull request.

followOrganization

Follow an organization.

Input fields for followOrganization Return fields for followOrganization Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

organization (Organization)

The organization that was followed.

followUser

Follow a user.

Input fields for followUser Return fields for followUser Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

user (User)

The user that was followed.

grantMigratorRole

Grant the migrator role to a user or a team.

Input fields for grantMigratorRole Return fields for grantMigratorRole Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

success (Boolean)

Did the operation succeed?.

importProject

Creates a new project by importing columns and a list of issues/PRs.

Input fields for importProject Return fields for importProject Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

project (Project)

The new Project!.

linkProjectV2ToTeam

Links a project to a team.

Input fields for linkProjectV2ToTeam Return fields for linkProjectV2ToTeam Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

team (Team)

The team the project is linked to.

lockLockable

Lock a lockable object.

Input fields for lockLockable Return fields for lockLockable Name 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.

Mark a discussion comment as the chosen answer for discussions in an answerable category.

Input fields for markDiscussionCommentAsAnswer Return fields for markDiscussionCommentAsAnswer Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

discussion (Discussion)

The discussion that includes the chosen comment.

markFileAsViewed

Mark a pull request file as viewed.

Input fields for markFileAsViewed Return fields for markFileAsViewed Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The updated pull request.

markProjectV2AsTemplate

Mark a project as a template. Note that only projects which are owned by an Organization can be marked as a template.

Input fields for markProjectV2AsTemplate Return fields for markProjectV2AsTemplate Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectV2 (ProjectV2)

The project.

mergeBranch

Merge a head into a branch.

Input fields for mergeBranch Return fields for mergeBranch Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

mergeCommit (Commit)

The resulting merge Commit.

mergePullRequest

Merge a pull request.

Input fields for mergePullRequest Return fields for mergePullRequest Name Description

actor (Actor)

Identifies the actor who performed the event.

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The pull request that was merged.

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

Input fields for minimizeComment Return fields for minimizeComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

minimizedComment (Minimizable)

The comment that was minimized.

moveProjectCard

Moves a project card to another place.

Input fields for moveProjectCard Return fields for moveProjectCard Name Description

cardEdge (ProjectCardEdge)

The new edge of the moved card.

clientMutationId (String)

A unique identifier for the client performing the mutation.

moveProjectColumn

Moves a project column to another place.

Input fields for moveProjectColumn Return fields for moveProjectColumn Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

columnEdge (ProjectColumnEdge)

The new edge of the moved column.

pinEnvironment

Pin an environment to a repository.

Input fields for pinEnvironment Return fields for pinEnvironment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

environment (Environment)

The environment that was pinned.

pinnedEnvironment (PinnedEnvironment)

The pinned environment if we pinned.

pinIssue

Pin an issue to a repository.

Input fields for pinIssue Return fields for pinIssue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was pinned.

Publish an existing sponsorship tier that is currently still a draft to a GitHub Sponsors profile.

Input fields for publishSponsorsTier Return fields for publishSponsorsTier Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorsTier (SponsorsTier)

The tier that was published.

regenerateVerifiableDomainToken

Regenerates a verifiable domain's verification token.

Input fields for regenerateVerifiableDomainToken Return fields for regenerateVerifiableDomainToken Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

verificationToken (String)

The verification token that was generated.

rejectDeployments

Reject all pending deployments under one or more environments.

Input fields for rejectDeployments Return fields for rejectDeployments Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

deployments ([Deployment!])

The affected deployments.

removeBlockedBy

Removes a 'blocked by' relationship from an issue.

Input fields for removeBlockedBy Return fields for removeBlockedBy Name Description

blockingIssue (Issue)

The previously blocking issue.

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The previously blocked issue.

removeEnterpriseAdmin

Removes an administrator from the enterprise.

Input fields for removeEnterpriseAdmin Return fields for removeEnterpriseAdmin Name Description

admin (User)

The user who was removed as an administrator.

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The updated enterprise.

message (String)

A message confirming the result of removing an administrator.

viewer (User)

The viewer performing the mutation.

removeEnterpriseIdentityProvider

Removes the identity provider from an enterprise. Owners of enterprises both with and without Enterprise Managed Users may use this mutation.

Input fields for removeEnterpriseIdentityProvider Return fields for removeEnterpriseIdentityProvider Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

identityProvider (EnterpriseIdentityProvider)

The identity provider that was removed from the enterprise.

removeEnterpriseMember

Removes a user from all organizations within the enterprise.

Input fields for removeEnterpriseMember Return fields for removeEnterpriseMember Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The updated enterprise.

user (User)

The user that was removed from the enterprise.

viewer (User)

The viewer performing the mutation.

removeEnterpriseOrganization

Removes an organization from the enterprise.

Input fields for removeEnterpriseOrganization Return fields for removeEnterpriseOrganization Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The updated enterprise.

organization (Organization)

The organization that was removed from the enterprise.

viewer (User)

The viewer performing the mutation.

removeEnterpriseSupportEntitlement

Removes a support entitlement from an enterprise member.

Input fields for removeEnterpriseSupportEntitlement Return fields for removeEnterpriseSupportEntitlement Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

message (String)

A message confirming the result of removing the support entitlement.

removeLabelsFromLabelable

Removes labels from a Labelable object.

Input fields for removeLabelsFromLabelable Return fields for removeLabelsFromLabelable Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

labelable (Labelable)

The Labelable the labels were removed from.

removeOutsideCollaborator

Removes outside collaborator from all repositories in an organization.

Input fields for removeOutsideCollaborator Return fields for removeOutsideCollaborator Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

removedUser (User)

The user that was removed as an outside collaborator.

removeReaction

Removes a reaction from a subject.

Input fields for removeReaction Return fields for removeReaction Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

reaction (Reaction)

The reaction object.

reactionGroups ([ReactionGroup!])

The reaction groups for the subject.

subject (Reactable)

The reactable subject.

removeStar

Removes a star from a Starrable.

Input fields for removeStar Return fields for removeStar Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

starrable (Starrable)

The starrable.

removeSubIssue

Removes a sub-issue from a given issue.

Input fields for removeSubIssue Return fields for removeSubIssue Name 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.

removeUpvote

Remove an upvote to a discussion or discussion comment.

Input fields for removeUpvote Return fields for removeUpvote Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

subject (Votable)

The votable subject.

reopenDiscussion

Reopen a discussion.

Input fields for reopenDiscussion Return fields for reopenDiscussion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

discussion (Discussion)

The discussion that was reopened.

reopenIssue

Reopen a issue.

Input fields for reopenIssue Return fields for reopenIssue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was opened.

reopenPullRequest

Reopen a pull request.

Input fields for reopenPullRequest Return fields for reopenPullRequest Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The pull request that was reopened.

reorderEnvironment

Reorder a pinned repository environment.

Input fields for reorderEnvironment Return fields for reorderEnvironment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

environment (Environment)

The environment that was reordered.

reprioritizeSubIssue

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

Input fields for reprioritizeSubIssue Return fields for reprioritizeSubIssue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

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

requestReviews

Set review requests on a pull request.

Input fields for requestReviews Return fields for requestReviews Name Description

actor (Actor)

Identifies the actor who performed the event.

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The pull request that is getting requests.

requestedReviewersEdge (UserEdge)

The edge from the pull request to the requested reviewers.

rerequestCheckSuite

Rerequests an existing check suite.

Input fields for rerequestCheckSuite Return fields for rerequestCheckSuite Name Description

checkSuite (CheckSuite)

The requested check suite.

clientMutationId (String)

A unique identifier for the client performing the mutation.

Retire a published payment tier from your GitHub Sponsors profile so it cannot be used to start new sponsorships.

Input fields for retireSponsorsTier Return fields for retireSponsorsTier Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorsTier (SponsorsTier)

The tier that was retired.

revertPullRequest

Create a pull request that reverts the changes from a merged pull request.

Input fields for revertPullRequest Return fields for revertPullRequest Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The pull request that was reverted.

revertPullRequest (PullRequest)

The new pull request that reverts the input pull request.

revokeMigratorRole

Revoke the migrator role from a user or a team.

Input fields for revokeMigratorRole Return fields for revokeMigratorRole Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

success (Boolean)

Did the operation succeed?.

setOrganizationInteractionLimit

Set an organization level interaction limit for an organization's public repositories.

Input fields for setOrganizationInteractionLimit Return fields for setOrganizationInteractionLimit Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

organization (Organization)

The organization that the interaction limit was set for.

setRepositoryInteractionLimit

Sets an interaction limit setting for a repository.

Input fields for setRepositoryInteractionLimit Return fields for setRepositoryInteractionLimit Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The repository that the interaction limit was set for.

setUserInteractionLimit

Set a user level interaction limit for an user's public repositories.

Input fields for setUserInteractionLimit Return fields for setUserInteractionLimit Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

user (User)

The user that the interaction limit was set for.

transferEnterpriseOrganization

Transfer an organization from one enterprise to another enterprise.

Input fields for transferEnterpriseOrganization Return fields for transferEnterpriseOrganization Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

organization (Organization)

The organization for which a transfer was initiated.

transferIssue

Transfer an issue to a different repository.

Input fields for transferIssue Return fields for transferIssue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The issue that was transferred.

unarchiveRepository

Unarchives a repository.

Input fields for unarchiveRepository Return fields for unarchiveRepository Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The repository that was unarchived.

unfollowOrganization

Unfollow an organization.

Input fields for unfollowOrganization Return fields for unfollowOrganization Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

organization (Organization)

The organization that was unfollowed.

unfollowUser

Unfollow a user.

Input fields for unfollowUser Return fields for unfollowUser Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

user (User)

The user that was unfollowed.

unlinkProjectV2FromTeam

Unlinks a project to a team.

Input fields for unlinkProjectV2FromTeam Return fields for unlinkProjectV2FromTeam Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

team (Team)

The team the project is unlinked from.

unlockLockable

Unlock a lockable object.

Input fields for unlockLockable Return fields for unlockLockable Name 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.

Unmark a discussion comment as the chosen answer for discussions in an answerable category.

Input fields for unmarkDiscussionCommentAsAnswer Return fields for unmarkDiscussionCommentAsAnswer Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

discussion (Discussion)

The discussion that includes the comment.

unmarkFileAsViewed

Unmark a pull request file as viewed.

Input fields for unmarkFileAsViewed Return fields for unmarkFileAsViewed Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The updated pull request.

unmarkIssueAsDuplicate

Unmark an issue as a duplicate of another issue.

Input fields for unmarkIssueAsDuplicate Return fields for unmarkIssueAsDuplicate Name 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.

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

Input fields for unminimizeComment Return fields for unminimizeComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

unminimizedComment (Minimizable)

The comment that was unminimized.

unpinIssue

Unpin a pinned issue from a repository.

Input fields for unpinIssue Return fields for unpinIssue Name 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.

updateCheckRun

Update a check run.

Input fields for updateCheckRun Return fields for updateCheckRun Name Description

checkRun (CheckRun)

The updated check run.

clientMutationId (String)

A unique identifier for the client performing the mutation.

updateDiscussion

Update a discussion.

Input fields for updateDiscussion Return fields for updateDiscussion Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

discussion (Discussion)

The modified discussion.

Update the contents of a comment on a Discussion.

Input fields for updateDiscussionComment Return fields for updateDiscussionComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

comment (DiscussionComment)

The modified discussion comment.

updateEnterpriseAdministratorRole

Updates the role of an enterprise administrator.

Input fields for updateEnterpriseAdministratorRole Return fields for updateEnterpriseAdministratorRole Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

message (String)

A message confirming the result of changing the administrator's role.

updateEnterpriseDeployKeySetting

Sets whether deploy keys are allowed to be created and used for an enterprise.

Input fields for updateEnterpriseDeployKeySetting Return fields for updateEnterpriseDeployKeySetting Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The enterprise with the updated deploy key setting.

message (String)

A message confirming the result of updating the deploy key setting.

Sets whether members can invite collaborators are enabled for an enterprise.

Input fields for updateEnterpriseMembersCanInviteCollaboratorsSetting Return fields for updateEnterpriseMembersCanInviteCollaboratorsSetting Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The enterprise with the updated members can invite collaborators setting.

message (String)

A message confirming the result of updating the members can invite collaborators setting.

updateEnterpriseOrganizationProjectsSetting

Sets whether organization projects are enabled for an enterprise.

Input fields for updateEnterpriseOrganizationProjectsSetting Return fields for updateEnterpriseOrganizationProjectsSetting Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The enterprise with the updated organization projects setting.

message (String)

A message confirming the result of updating the organization projects setting.

updateEnterpriseRepositoryProjectsSetting

Sets whether repository projects are enabled for a enterprise.

Input fields for updateEnterpriseRepositoryProjectsSetting Return fields for updateEnterpriseRepositoryProjectsSetting Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The enterprise with the updated repository projects setting.

message (String)

A message confirming the result of updating the repository projects setting.

updateEnterpriseTeamDiscussionsSetting

Sets whether team discussions are enabled for an enterprise.

Input fields for updateEnterpriseTeamDiscussionsSetting Return fields for updateEnterpriseTeamDiscussionsSetting Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

enterprise (Enterprise)

The enterprise with the updated team discussions setting.

message (String)

A message confirming the result of updating the team discussions setting.

updateEnvironment

Updates an environment.

Input fields for updateEnvironment Return fields for updateEnvironment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

environment (Environment)

The updated environment.

updateIssue

Updates an Issue.

Input fields for updateIssue Return fields for updateIssue Name 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.

Updates an IssueComment object.

Input fields for updateIssueComment Return fields for updateIssueComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueComment (IssueComment)

The updated comment.

updateIssueIssueType

Updates the issue type on an issue.

Input fields for updateIssueIssueType Return fields for updateIssueIssueType Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issue (Issue)

The updated issue.

updateIssueType

Update an issue type.

Input fields for updateIssueType Return fields for updateIssueType Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

issueType (IssueType)

The updated issue type.

updateLabel

Updates an existing label.

Input fields for updateLabel Return fields for updateLabel Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

label (Label)

The updated label.

updateOrganizationWebCommitSignoffSetting

Sets whether contributors are required to sign off on web-based commits for repositories in an organization.

Input fields for updateOrganizationWebCommitSignoffSetting Return fields for updateOrganizationWebCommitSignoffSetting Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

message (String)

A message confirming the result of updating the web commit signoff setting.

organization (Organization)

The organization with the updated web commit signoff setting.

Toggle the setting for your GitHub Sponsors profile that allows other GitHub accounts to sponsor you on GitHub while paying for the sponsorship on Patreon. Only applicable when you have a GitHub Sponsors profile and have connected your GitHub account with Patreon.

Input fields for updatePatreonSponsorability Return fields for updatePatreonSponsorability Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorsListing (SponsorsListing)

The GitHub Sponsors profile.

updateProject

Updates an existing project.

Input fields for updateProject Return fields for updateProject Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

project (Project)

The updated project.

updateProjectCard

Updates an existing project card.

Input fields for updateProjectCard Return fields for updateProjectCard Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectCard (ProjectCard)

The updated ProjectCard.

updateProjectColumn

Updates an existing project column.

Input fields for updateProjectColumn Return fields for updateProjectColumn Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectColumn (ProjectColumn)

The updated project column.

updateProjectV2

Updates an existing project.

Input fields for updateProjectV2 Return fields for updateProjectV2 Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectV2 (ProjectV2)

The updated Project.

updateProjectV2ItemFieldValue

This mutation updates the value of a field for an item in a Project. Currently only single-select, text, number, date, and iteration fields are supported.

Input fields for updateProjectV2ItemFieldValue Return fields for updateProjectV2ItemFieldValue Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

projectV2Item (ProjectV2Item)

The updated item.

updateProjectV2ItemPosition

This mutation updates the position of the item in the project, where the position represents the priority of an item.

updatePullRequest

Update a pull request.

Input fields for updatePullRequest Return fields for updatePullRequest Name Description

actor (Actor)

Identifies the actor who performed the event.

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The updated pull request.

updatePullRequestBranch

Merge or Rebase HEAD from upstream branch into pull request branch.

Input fields for updatePullRequestBranch Return fields for updatePullRequestBranch Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

pullRequest (PullRequest)

The updated pull request.

Updates a pull request review comment.

updateRef

Update a Git Ref.

Input fields for updateRef Return fields for updateRef Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

ref (Ref)

The updated Ref.

updateRefs

Creates, updates and/or deletes multiple refs in a repository.

This mutation takes a list of RefUpdates and performs these updates on the repository. All updates are performed atomically, meaning that if one of them is rejected, no other ref will be modified.

RefUpdate.beforeOid specifies that the given reference needs to point to the given value before performing any updates. A value of 0000000000000000000000000000000000000000 can be used to verify that the references should not exist.

RefUpdate.afterOid specifies the value that the given reference will point to after performing all updates. A value of 0000000000000000000000000000000000000000 can be used to delete a reference.

If RefUpdate.force is set to true, a non-fast-forward updates for the given reference will be allowed.

Input fields for updateRefs Return fields for updateRefs Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

updateRepository

Update information about a repository.

Input fields for updateRepository Return fields for updateRepository Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The updated repository.

updateRepositoryWebCommitSignoffSetting

Sets whether contributors are required to sign off on web-based commits for a repository.

Input fields for updateRepositoryWebCommitSignoffSetting Return fields for updateRepositoryWebCommitSignoffSetting Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

message (String)

A message confirming the result of updating the web commit signoff setting.

repository (Repository)

The updated repository.

Change visibility of your sponsorship and opt in or out of email updates from the maintainer.

Input fields for updateSponsorshipPreferences Return fields for updateSponsorshipPreferences Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

sponsorship (Sponsorship)

The sponsorship that was updated.

updateSubscription

Updates the state for subscribable subjects.

Input fields for updateSubscription Return fields for updateSubscription Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

subscribable (Subscribable)

The input subscribable entity.

Updates a discussion comment.

Input fields for updateTeamDiscussionComment Return fields for updateTeamDiscussionComment Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

teamDiscussionComment (TeamDiscussionComment)

The updated comment.

updateTeamsRepository

Update team repository.

Input fields for updateTeamsRepository Return fields for updateTeamsRepository Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

repository (Repository)

The repository that was updated.

teams ([Team!])

The teams granted permission on the repository.

updateTopics

Replaces the repository's topics with the given topics.

Input fields for updateTopics Return fields for updateTopics Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

invalidTopicNames ([String!])

Names of the provided topics that are not valid.

repository (Repository)

The updated repository.

updateUserList

Updates an existing user list.

Input fields for updateUserList Return fields for updateUserList Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

list (UserList)

The list that was just updated.

updateUserListsForItem

Updates which of the viewer's lists an item belongs to.

Input fields for updateUserListsForItem Return fields for updateUserListsForItem Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

item (UserListItems)

The item that was added.

lists ([UserList!])

The lists to which this item belongs.

user (User)

The user who owns the lists.

verifyVerifiableDomain

Verify that a verifiable domain has the expected DNS record.

Input fields for verifyVerifiableDomain Return fields for verifyVerifiableDomain Name Description

clientMutationId (String)

A unique identifier for the client performing the mutation.

domain (VerifiableDomain)

The verifiable domain that was verified.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4