Acerca de los objetos de entrada
Los objetos de entrada pueden describirse como "objetos estructurables" ya que incluyen un conjunto de campos de entrada que definen al objeto.
Por ejemplo, CommitAuthor
toma un campo llamado emails
. Proporcionar un valor para emails
transforma a CommitAuthor
en una lista de objetos User
que contienen esa dirección de correo electrónico. Nota que los objetos podrían tener objetos de entrada, mientras que las mutaciones requieren objetos de entrada.
Para obtener más información, consulta la sección "Acerca de las mutaciones".
AddAssigneesToAssignableInput
Autogenerated input type of AddAssigneesToAssignable.
Campos de entrada
Nombre | Descripción |
---|---|
|
The id of the assignable object to add assignees to. |
|
The id of users to add as assignees. |
|
A unique identifier for the client performing the mutation. |
AddCommentInput
Autogenerated input type of AddComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
The contents of the comment. |
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the subject to modify. |
AddEnterpriseAdminInput
Autogenerated input type of AddEnterpriseAdmin.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise account to which the administrator should be added. |
|
The login of the user to add as an administrator. |
AddLabelsToLabelableInput
Autogenerated input type of AddLabelsToLabelable.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ids of the labels to add. |
|
The id of the labelable object to add labels to. |
AddProjectCardInput
Autogenerated input type of AddProjectCard.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The content of the card. Must be a member of the ProjectCardItem union. |
|
The note on the card. |
|
The Node ID of the ProjectColumn. |
AddProjectColumnInput
Autogenerated input type of AddProjectColumn.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The name of the column. |
|
The Node ID of the project. |
AddPullRequestReviewCommentInput
Autogenerated input type of AddPullRequestReviewComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
The text of the comment. |
|
A unique identifier for the client performing the mutation. |
|
The SHA of the commit to comment on. |
|
The comment id to reply to. |
|
The relative path of the file to comment on. |
|
The line index in the diff to comment on. |
|
The Node ID of the review to modify. |
AddPullRequestReviewInput
Autogenerated input type of AddPullRequestReview.
Campos de entrada
Nombre | Descripción |
---|---|
|
The contents of the review body comment. |
|
A unique identifier for the client performing the mutation. |
|
The review line comments. |
|
The commit OID the review pertains to. |
|
The event to perform on the pull request review. |
|
The Node ID of the pull request to modify. |
|
The review line comment threads. |
AddPullRequestReviewThreadInput
Autogenerated input type of AddPullRequestReviewThread.
Aviso de previsualización
AddPullRequestReviewThreadInput
is available under the Multi line comments preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
Body of the thread's first comment. Aviso de previsualización
|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
The line of the blob to which the thread refers. The end of the line range for multi-line comments. Aviso de previsualización
|
|
Path to the file being commented on. Aviso de previsualización
|
|
The Node ID of the review to modify. Aviso de previsualización
|
|
The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range. Aviso de previsualización
|
|
The first line of the range to which the comment refers. Aviso de previsualización
|
|
The side of the diff on which the start line resides. Aviso de previsualización
|
AddReactionInput
Autogenerated input type of AddReaction.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The name of the emoji to react with. |
|
The Node ID of the subject to modify. |
AddStarInput
Autogenerated input type of AddStar.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Starrable ID to star. |
ArchiveRepositoryInput
Autogenerated input type of ArchiveRepository.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the repository to mark as archived. |
AuditLogOrder
Ordering options for Audit Log connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order Audit Logs by. |
ChangeUserStatusInput
Autogenerated input type of ChangeUserStatus.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The emoji to represent your status. Can either be a native Unicode emoji or an emoji name with colons, e.g., 😀. |
|
If set, the user status will not be shown after this date. |
|
Whether this status should indicate you are not fully available on GitHub, e.g., you are away. |
|
A short description of your current status. |
|
The ID of the organization whose members will be allowed to see the status. If omitted, the status will be publicly visible. |
CheckAnnotationData
Information from a check run analysis to specific lines of code.
Aviso de previsualización
CheckAnnotationData
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
Represents an annotation's information level. Aviso de previsualización
|
|
The location of the annotation. Aviso de previsualización
|
|
A short description of the feedback for these lines of code. Aviso de previsualización
|
|
The path of the file to add an annotation to. Aviso de previsualización
|
|
Details about this annotation. Aviso de previsualización
|
|
The title that represents the annotation. Aviso de previsualización
|
CheckAnnotationRange
Information from a check run analysis to specific lines of code.
Aviso de previsualización
CheckAnnotationRange
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ending column of the range. Aviso de previsualización
|
|
The ending line of the range. Aviso de previsualización
|
|
The starting column of the range. Aviso de previsualización
|
|
The starting line of the range. Aviso de previsualización
|
CheckRunAction
Possible further actions the integrator can perform.
Aviso de previsualización
CheckRunAction
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
A short explanation of what this action would do. Aviso de previsualización
|
|
A reference for the action on the integrator's system. Aviso de previsualización
|
|
The text to be displayed on a button in the web UI. Aviso de previsualización
|
CheckRunFilter
The filters that are available when fetching check runs.
Aviso de previsualización
CheckRunFilter
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
Filters the check runs created by this application ID. Aviso de previsualización
|
|
Filters the check runs by this name. Aviso de previsualización
|
|
Filters the check runs by this type. Aviso de previsualización
|
|
Filters the check runs by this status. Aviso de previsualización
|
CheckRunOutput
Descriptive details about the check run.
Aviso de previsualización
CheckRunOutput
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The annotations that are made as part of the check run. Aviso de previsualización
|
|
Images attached to the check run output displayed in the GitHub pull request UI. Aviso de previsualización
|
|
The summary of the check run (supports Commonmark). Aviso de previsualización
|
|
The details of the check run (supports Commonmark). Aviso de previsualización
|
|
A title to provide for this check run. Aviso de previsualización
|
CheckRunOutputImage
Images attached to the check run output displayed in the GitHub pull request UI.
Aviso de previsualización
CheckRunOutputImage
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The alternative text for the image. Aviso de previsualización
|
|
A short image description. Aviso de previsualización
|
|
The full URL of the image. Aviso de previsualización
|
CheckSuiteAutoTriggerPreference
The auto-trigger preferences that are available for check suites.
Aviso de previsualización
CheckSuiteAutoTriggerPreference
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The node ID of the application that owns the check suite. Aviso de previsualización
|
|
Set to Aviso de previsualización
|
CheckSuiteFilter
The filters that are available when fetching check suites.
Aviso de previsualización
CheckSuiteFilter
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
Filters the check suites created by this application ID. Aviso de previsualización
|
|
Filters the check suites by this name. Aviso de previsualización
|
ClearLabelsFromLabelableInput
Autogenerated input type of ClearLabelsFromLabelable.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The id of the labelable object to clear the labels from. |
CloneProjectInput
Autogenerated input type of CloneProject.
Campos de entrada
Nombre | Descripción |
---|---|
|
The description of the project. |
|
A unique identifier for the client performing the mutation. |
|
Whether or not to clone the source project's workflows. |
|
The name of the project. |
|
The visibility of the project, defaults to false (private). |
|
The source project to clone. |
|
The owner ID to create the project under. |
CloneTemplateRepositoryInput
Autogenerated input type of CloneTemplateRepository.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
A short description of the new repository. |
|
The name of the new repository. |
|
The ID of the owner for the new repository. |
|
The Node ID of the template repository. |
|
Indicates the repository's visibility level. |
CloseIssueInput
Autogenerated input type of CloseIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
ID of the issue to be closed. |
ClosePullRequestInput
Autogenerated input type of ClosePullRequest.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
ID of the pull request to be closed. |
CommitAuthor
Specifies an author for filtering Git commits.
Campos de entrada
Nombre | Descripción |
---|---|
|
Email addresses to filter by. Commits authored by any of the specified email addresses will be returned. |
|
ID of a User to filter by. If non-null, only commits authored by this user will be returned. This field takes precedence over emails. |
CommitContributionOrder
Ordering options for commit contribution connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field by which to order commit contributions. |
ContributionOrder
Ordering options for contribution connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field by which to order contributions. Upcoming Change on 2019-10-01 UTC
Description: |
ConvertProjectCardNoteToIssueInput
Autogenerated input type of ConvertProjectCardNoteToIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
The body of the newly created issue. |
|
A unique identifier for the client performing the mutation. |
|
The ProjectCard ID to convert. |
|
The ID of the repository to create the issue in. |
|
The title of the newly created issue. Defaults to the card's note text. |
CreateBranchProtectionRuleInput
Autogenerated input type of CreateBranchProtectionRule.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
Will new commits pushed to matching branches dismiss pull request review approvals. |
|
Can admins overwrite branch protection. |
|
The glob-like pattern used to determine matching branches. |
|
A list of User, Team or App IDs allowed to push to matching branches. |
|
The global relay id of the repository in which a new branch protection rule should be created in. |
|
Number of approving reviews required to update matching branches. |
|
List of required status check contexts that must pass for commits to be accepted to matching branches. |
|
Are approving reviews required to update matching branches. |
|
Are reviews from code owners required to update matching branches. |
|
Are commits required to be signed. |
|
Are status checks required to update matching branches. |
|
Are branches required to be up to date before merging. |
|
Is pushing to matching branches restricted. |
|
Is dismissal of pull request reviews restricted. |
|
A list of User or Team IDs allowed to dismiss reviews on pull requests targeting matching branches. |
CreateCheckRunInput
Autogenerated input type of CreateCheckRun.
Aviso de previsualización
CreateCheckRunInput
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
Possible further actions the integrator can perform, which a user may trigger. Aviso de previsualización
|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
The time that the check run finished. Aviso de previsualización
|
|
The final conclusion of the check. Aviso de previsualización
|
|
The URL of the integrator's site that has the full details of the check. Aviso de previsualización
|
|
A reference for the run on the integrator's system. Aviso de previsualización
|
|
The SHA of the head commit. Aviso de previsualización
|
|
The name of the check. Aviso de previsualización
|
|
Descriptive details about the run. Aviso de previsualización
|
|
The node ID of the repository. Aviso de previsualización
|
|
The time that the check run began. Aviso de previsualización
|
|
The current status. Aviso de previsualización
|
CreateCheckSuiteInput
Autogenerated input type of CreateCheckSuite.
Aviso de previsualización
CreateCheckSuiteInput
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
The SHA of the head commit. Aviso de previsualización
|
|
The Node ID of the repository. Aviso de previsualización
|
CreateContentAttachmentInput
Autogenerated input type of CreateContentAttachment.
Campos de entrada
Nombre | Descripción |
---|---|
|
The body of the content attachment, which may contain markdown. |
|
A unique identifier for the client performing the mutation. |
|
The node ID of the content_reference. |
|
The title of the content attachment. |
CreateDeploymentInput
Autogenerated input type of CreateDeployment.
Aviso de previsualización
CreateDeploymentInput
is available under the Deployments preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
Attempt to automatically merge the default branch into the requested ref, defaults to true. Aviso de previsualización
|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
Short description of the deployment. Aviso de previsualización
|
|
Name for the target deployment environment. Aviso de previsualización
|
|
JSON payload with extra information about the deployment. Aviso de previsualización
|
|
The node ID of the ref to be deployed. Aviso de previsualización
|
|
The node ID of the repository. Aviso de previsualización
|
|
The status contexts to verify against commit status checks. To bypass required contexts, pass an empty array. Defaults to all unique contexts. Aviso de previsualización
|
|
Specifies a task to execute. Aviso de previsualización
|
CreateDeploymentStatusInput
Autogenerated input type of CreateDeploymentStatus.
Aviso de previsualización
CreateDeploymentStatusInput
is available under the Deployments preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
Adds a new inactive status to all non-transient, non-production environment deployments with the same repository and environment name as the created status's deployment. Aviso de previsualización
|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
The node ID of the deployment. Aviso de previsualización
|
|
A short description of the status. Maximum length of 140 characters. Aviso de previsualización
|
|
If provided, updates the environment of the deploy. Otherwise, does not modify the environment. Aviso de previsualización
|
|
Sets the URL for accessing your environment. Aviso de previsualización
|
|
The log URL to associate with this status. This URL should contain output to keep the user updated while the task is running or serve as historical information for what happened in the deployment. Aviso de previsualización
|
|
The state of the deployment. Aviso de previsualización
|
CreateIssueInput
Autogenerated input type of CreateIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
The Node ID for the user assignee for this issue. |
|
The body for the issue description. |
|
A unique identifier for the client performing the mutation. |
|
An array of Node IDs of labels for this issue. |
|
The Node ID of the milestone for this issue. |
|
An array of Node IDs for projects associated with this issue. |
|
The Node ID of the repository. |
|
The title for the issue. |
CreateLabelInput
Autogenerated input type of CreateLabel.
Aviso de previsualización
CreateLabelInput
is available under the Labels preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
A 6 character hex code, without the leading #, identifying the color of the label. Aviso de previsualización
|
|
A brief description of the label, such as its purpose. Aviso de previsualización
|
|
The name of the label. Aviso de previsualización
|
|
The Node ID of the repository. Aviso de previsualización
|
CreateProjectInput
Autogenerated input type of CreateProject.
Campos de entrada
Nombre | Descripción |
---|---|
|
The description of project. |
|
A unique identifier for the client performing the mutation. |
|
The name of project. |
|
The owner ID to create the project under. |
|
A list of repository IDs to create as linked repositories for the project. |
|
The name of the GitHub-provided template. |
CreatePullRequestInput
Autogenerated input type of CreatePullRequest.
Campos de entrada
Nombre | Descripción |
---|---|
|
The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to another repository. |
|
The contents of the pull request. |
|
A unique identifier for the client performing the mutation. |
|
Indicates whether this pull request should be a draft. |
|
The name of the branch where your changes are implemented. For cross-repository pull requests
in the same network, namespace |
|
Indicates whether maintainers can modify the pull request. |
|
The Node ID of the repository. |
|
The title of the pull request. |
CreateRefInput
Autogenerated input type of CreateRef.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The fully qualified name of the new Ref (ie: |
|
The GitObjectID that the new Ref shall target. Must point to a commit. |
|
The Node ID of the Repository to create the Ref in. |
CreateRepositoryInput
Autogenerated input type of CreateRepository.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
A short description of the new repository. |
|
Indicates if the repository should have the issues feature enabled. |
|
Indicates if the repository should have the wiki feature enabled. |
|
The URL for a web page about this repository. |
|
The name of the new repository. |
|
The ID of the owner for the new repository. |
|
When an organization is specified as the owner, this ID identifies the team that should be granted access to the new repository. |
|
Whether this repository should be marked as a template such that anyone who can access it can create new repositories with the same files and directory structure. |
|
Indicates the repository's visibility level. |
CreateTeamDiscussionCommentInput
Autogenerated input type of CreateTeamDiscussionComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
The content of the comment. |
|
A unique identifier for the client performing the mutation. |
|
The ID of the discussion to which the comment belongs. |
CreateTeamDiscussionInput
Autogenerated input type of CreateTeamDiscussion.
Campos de entrada
Nombre | Descripción |
---|---|
|
The content of the discussion. |
|
A unique identifier for the client performing the mutation. |
|
If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. |
|
The ID of the team to which the discussion belongs. |
|
The title of the discussion. |
DeleteBranchProtectionRuleInput
Autogenerated input type of DeleteBranchProtectionRule.
Campos de entrada
Nombre | Descripción |
---|---|
|
The global relay id of the branch protection rule to be deleted. |
|
A unique identifier for the client performing the mutation. |
DeleteIssueCommentInput
Autogenerated input type of DeleteIssueComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the comment to delete. |
DeleteIssueInput
Autogenerated input type of DeleteIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the issue to delete. |
DeleteLabelInput
Autogenerated input type of DeleteLabel.
Aviso de previsualización
DeleteLabelInput
is available under the Labels preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
The Node ID of the label to be deleted. Aviso de previsualización
|
DeleteProjectCardInput
Autogenerated input type of DeleteProjectCard.
Campos de entrada
Nombre | Descripción |
---|---|
|
The id of the card to delete. |
|
A unique identifier for the client performing the mutation. |
DeleteProjectColumnInput
Autogenerated input type of DeleteProjectColumn.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The id of the column to delete. |
DeleteProjectInput
Autogenerated input type of DeleteProject.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Project ID to update. |
DeletePullRequestReviewCommentInput
Autogenerated input type of DeletePullRequestReviewComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the comment to delete. |
DeletePullRequestReviewInput
Autogenerated input type of DeletePullRequestReview.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the pull request review to delete. |
DeleteRefInput
Autogenerated input type of DeleteRef.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the Ref to be deleted. |
DeleteTeamDiscussionCommentInput
Autogenerated input type of DeleteTeamDiscussionComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the comment to delete. |
DeleteTeamDiscussionInput
Autogenerated input type of DeleteTeamDiscussion.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The discussion ID to delete. |
DeploymentOrder
Ordering options for deployment connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order deployments by. |
DismissPullRequestReviewInput
Autogenerated input type of DismissPullRequestReview.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The contents of the pull request review dismissal message. |
|
The Node ID of the pull request review to modify. |
DraftPullRequestReviewComment
Specifies a review comment to be left with a Pull Request Review.
Campos de entrada
Nombre | Descripción |
---|---|
|
Body of the comment to leave. |
|
Path to the file being commented on. |
|
Position in the file to leave a comment on. |
DraftPullRequestReviewThread
Specifies a review comment thread to be left with a Pull Request Review.
Campos de entrada
Nombre | Descripción |
---|---|
|
Body of the comment to leave. |
|
The line of the blob to which the thread refers. The end of the line range for multi-line comments. |
|
Path to the file being commented on. |
|
The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range. |
|
The first line of the range to which the comment refers. |
|
The side of the diff on which the start line resides. |
EnterpriseAdministratorInvitationOrder
Ordering options for enterprise administrator invitation connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
The field to order enterprise administrator invitations by. |
EnterpriseMemberOrder
Ordering options for enterprise member connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order enterprise members by. |
EnterpriseServerUserAccountEmailOrder
Ordering options for Enterprise Server user account email connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
The field to order emails by. |
EnterpriseServerUserAccountOrder
Ordering options for Enterprise Server user account connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
The field to order user accounts by. |
EnterpriseServerUserAccountsUploadOrder
Ordering options for Enterprise Server user accounts upload connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
The field to order user accounts uploads by. |
FollowUserInput
Autogenerated input type of FollowUser.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
ID of the user to follow. |
GistOrder
Ordering options for gist connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order repositories by. |
ImportProjectInput
Autogenerated input type of ImportProject.
Campos de entrada
Nombre | Descripción |
---|---|
|
The description of Project. |
|
A unique identifier for the client performing the mutation. |
|
A list of columns containing issues and pull requests. |
|
The name of Project. |
|
The name of the Organization or User to create the Project under. |
|
Whether the Project is public or not. |
IssueFilters
Ways in which to filter lists of issues.
Campos de entrada
Nombre | Descripción |
---|---|
|
List issues assigned to given name. Pass in |
|
List issues created by given name. |
|
List issues where the list of label names exist on the issue. |
|
List issues where the given name is mentioned in the issue. |
|
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
|
|
List issues that have been updated at or after the given date. |
|
List issues filtered by the list of states given. |
|
List issues subscribed to by viewer. |
IssueOrder
Ways in which lists of issues can be ordered upon return.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order issues by the specified field. |
|
The field in which to order issues by. |
LabelOrder
Ways in which lists of labels can be ordered upon return.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order labels by the specified field. |
|
The field in which to order labels by. |
LanguageOrder
Ordering options for language connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order languages by. |
LinkRepositoryToProjectInput
Autogenerated input type of LinkRepositoryToProject.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the Project to link to a Repository. |
|
The ID of the Repository to link to a Project. |
LockLockableInput
Autogenerated input type of LockLockable.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
A reason for why the issue or pull request will be locked. |
|
ID of the issue or pull request to be locked. |
MarkPullRequestReadyForReviewInput
Autogenerated input type of MarkPullRequestReadyForReview.
Aviso de previsualización
MarkPullRequestReadyForReviewInput
is available under the Draft pull requests preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
ID of the pull request to be marked as ready for review. Aviso de previsualización
|
MergeBranchInput
Autogenerated input type of MergeBranch.
Campos de entrada
Nombre | Descripción |
---|---|
|
The name of the base branch that the provided head will be merged into. |
|
A unique identifier for the client performing the mutation. |
|
Message to use for the merge commit. If omitted, a default will be used. |
|
The head to merge into the base branch. This can be a branch name or a commit GitObjectID. |
|
The Node ID of the Repository containing the base branch that will be modified. |
MergePullRequestInput
Autogenerated input type of MergePullRequest.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
Commit body to use for the merge commit; if omitted, a default message will be used. |
|
Commit headline to use for the merge commit; if omitted, a default message will be used. |
|
OID that the pull request head ref must match to allow merge; if omitted, no check is performed. |
|
The merge method to use. If omitted, defaults to 'MERGE'. |
|
ID of the pull request to be merged. |
MilestoneOrder
Ordering options for milestone connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order milestones by. |
MinimizeCommentInput
Autogenerated input type of MinimizeComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
The classification of comment. |
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the subject to modify. |
MoveProjectCardInput
Autogenerated input type of MoveProjectCard.
Campos de entrada
Nombre | Descripción |
---|---|
|
Place the new card after the card with this id. Pass null to place it at the top. |
|
The id of the card to move. |
|
A unique identifier for the client performing the mutation. |
|
The id of the column to move it into. |
MoveProjectColumnInput
Autogenerated input type of MoveProjectColumn.
Campos de entrada
Nombre | Descripción |
---|---|
|
Place the new column after the column with this id. Pass null to place it at the front. |
|
A unique identifier for the client performing the mutation. |
|
The id of the column to move. |
OrganizationOrder
Ordering options for organization connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order organizations by. |
PackageFileOrder
Ways in which lists of package files can be ordered upon return.
Aviso de previsualización
PackageFileOrder
is available under the GitHub packages preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order package files by the specified field. Aviso de previsualización
|
|
The field in which to order package files by. Aviso de previsualización
|
PackageOrder
Ways in which lists of packages can be ordered upon return.
Aviso de previsualización
PackageOrder
is available under the GitHub packages preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order packages by the specified field. Aviso de previsualización
|
|
The field in which to order packages by. Aviso de previsualización
|
PackageVersionOrder
Ways in which lists of package versions can be ordered upon return.
Aviso de previsualización
PackageVersionOrder
is available under the GitHub packages preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order package versions by the specified field. Aviso de previsualización
|
|
The field in which to order package versions by. Aviso de previsualización
|
PinIssueInput
Autogenerated input type of PinIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the issue to be pinned. |
ProjectCardImport
An issue or PR and its owning repository to be used in a project card.
Campos de entrada
Nombre | Descripción |
---|---|
|
The issue or pull request number. |
|
Repository name with owner (owner/repository). |
ProjectColumnImport
A project column and a list of its issues and PRs.
Campos de entrada
Nombre | Descripción |
---|---|
|
The name of the column. |
|
A list of issues and pull requests in the column. |
|
The position of the column, starting from 0. |
ProjectOrder
Ways in which lists of projects can be ordered upon return.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order projects by the specified field. |
|
The field in which to order projects by. |
PullRequestOrder
Ways in which lists of issues can be ordered upon return.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order pull requests by the specified field. |
|
The field in which to order pull requests by. |
ReactionOrder
Ways in which lists of reactions can be ordered upon return.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order reactions by the specified field. |
|
The field in which to order reactions by. |
RefOrder
Ways in which lists of git refs can be ordered upon return.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order refs by the specified field. |
|
The field in which to order refs by. |
RefUpdate
A ref update.
Aviso de previsualización
RefUpdate
is available under the Update refs preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The value this ref should be updated to. Aviso de previsualización
|
|
The value this ref needs to point to before the update. Aviso de previsualización
|
|
Force a non fast-forward update. Aviso de previsualización
|
|
The fully qualified name of the ref to be update. For example Aviso de previsualización
|
RegistryPackageMetadatum
Represents a single registry metadatum.
Campos de entrada
Nombre | Descripción |
---|---|
|
Name of the metadatum. |
|
True, if the metadatum can be updated if it already exists. |
|
Value of the metadatum. |
ReleaseOrder
Ways in which lists of releases can be ordered upon return.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order releases by the specified field. |
|
The field in which to order releases by. |
RemoveAssigneesFromAssignableInput
Autogenerated input type of RemoveAssigneesFromAssignable.
Campos de entrada
Nombre | Descripción |
---|---|
|
The id of the assignable object to remove assignees from. |
|
The id of users to remove as assignees. |
|
A unique identifier for the client performing the mutation. |
RemoveEnterpriseAdminInput
Autogenerated input type of RemoveEnterpriseAdmin.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Enterprise ID from which to remove the administrator. |
|
The login of the user to remove as an administrator. |
RemoveLabelsFromLabelableInput
Autogenerated input type of RemoveLabelsFromLabelable.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ids of labels to remove. |
|
The id of the Labelable to remove labels from. |
RemoveOutsideCollaboratorInput
Autogenerated input type of RemoveOutsideCollaborator.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the organization to remove the outside collaborator from. |
|
The ID of the outside collaborator to remove. |
RemoveReactionInput
Autogenerated input type of RemoveReaction.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The name of the emoji reaction to remove. |
|
The Node ID of the subject to modify. |
RemoveStarInput
Autogenerated input type of RemoveStar.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Starrable ID to unstar. |
ReopenIssueInput
Autogenerated input type of ReopenIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
ID of the issue to be opened. |
ReopenPullRequestInput
Autogenerated input type of ReopenPullRequest.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
ID of the pull request to be reopened. |
RepositoryInvitationOrder
Ordering options for repository invitation connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order repository invitations by. |
RepositoryOrder
Ordering options for repository connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order repositories by. |
RequestReviewsInput
Autogenerated input type of RequestReviews.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the pull request to modify. |
|
The Node IDs of the team to request. |
|
Add users to the set rather than replace. |
|
The Node IDs of the user to request. |
RerequestCheckSuiteInput
Autogenerated input type of RerequestCheckSuite.
Aviso de previsualización
RerequestCheckSuiteInput
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The Node ID of the check suite. Aviso de previsualización
|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
The Node ID of the repository. Aviso de previsualización
|
ResolveReviewThreadInput
Autogenerated input type of ResolveReviewThread.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the thread to resolve. |
SavedReplyOrder
Ordering options for saved reply connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order saved replies by. |
SponsorshipOrder
Ordering options for sponsorship connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
StarOrder
Ways in which star connections can be ordered.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order nodes. |
|
The field in which to order nodes by. |
SubmitPullRequestReviewInput
Autogenerated input type of SubmitPullRequestReview.
Campos de entrada
Nombre | Descripción |
---|---|
|
The text field to set on the Pull Request Review. |
|
A unique identifier for the client performing the mutation. |
|
The event to send to the Pull Request Review. |
|
The Pull Request Review ID to submit. |
TeamDiscussionCommentOrder
Ways in which team discussion comment connections can be ordered.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order nodes. |
|
The field by which to order nodes. |
TeamDiscussionOrder
Ways in which team discussion connections can be ordered.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order nodes. |
|
The field by which to order nodes. |
TeamMemberOrder
Ordering options for team member connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order team members by. |
TeamOrder
Ways in which team connections can be ordered.
Campos de entrada
Nombre | Descripción |
---|---|
|
The direction in which to order nodes. |
|
The field in which to order nodes by. |
TeamRepositoryOrder
Ordering options for team repository connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order repositories by. |
TransferIssueInput
Autogenerated input type of TransferIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the issue to be transferred. |
|
The Node ID of the repository the issue should be transferred to. |
UnarchiveRepositoryInput
Autogenerated input type of UnarchiveRepository.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the repository to unarchive. |
UnfollowUserInput
Autogenerated input type of UnfollowUser.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
ID of the user to unfollow. |
UnlinkRepositoryFromProjectInput
Autogenerated input type of UnlinkRepositoryFromProject.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the Project linked to the Repository. |
|
The ID of the Repository linked to the Project. |
UnlockLockableInput
Autogenerated input type of UnlockLockable.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
ID of the issue or pull request to be unlocked. |
UnmarkIssueAsDuplicateInput
Autogenerated input type of UnmarkIssueAsDuplicate.
Campos de entrada
Nombre | Descripción |
---|---|
|
ID of the issue or pull request currently considered canonical/authoritative/original. |
|
A unique identifier for the client performing the mutation. |
|
ID of the issue or pull request currently marked as a duplicate. |
UnminimizeCommentInput
Autogenerated input type of UnminimizeComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the subject to modify. |
UnpinIssueInput
Autogenerated input type of UnpinIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the issue to be unpinned. |
UnresolveReviewThreadInput
Autogenerated input type of UnresolveReviewThread.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the thread to unresolve. |
UpdateBranchProtectionRuleInput
Autogenerated input type of UpdateBranchProtectionRule.
Campos de entrada
Nombre | Descripción |
---|---|
|
The global relay id of the branch protection rule to be updated. |
|
A unique identifier for the client performing the mutation. |
|
Will new commits pushed to matching branches dismiss pull request review approvals. |
|
Can admins overwrite branch protection. |
|
The glob-like pattern used to determine matching branches. |
|
A list of User, Team or App IDs allowed to push to matching branches. |
|
Number of approving reviews required to update matching branches. |
|
List of required status check contexts that must pass for commits to be accepted to matching branches. |
|
Are approving reviews required to update matching branches. |
|
Are reviews from code owners required to update matching branches. |
|
Are commits required to be signed. |
|
Are status checks required to update matching branches. |
|
Are branches required to be up to date before merging. |
|
Is pushing to matching branches restricted. |
|
Is dismissal of pull request reviews restricted. |
|
A list of User or Team IDs allowed to dismiss reviews on pull requests targeting matching branches. |
UpdateCheckRunInput
Autogenerated input type of UpdateCheckRun.
Aviso de previsualización
UpdateCheckRunInput
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
Possible further actions the integrator can perform, which a user may trigger. Aviso de previsualización
|
|
The node of the check. Aviso de previsualización
|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
The time that the check run finished. Aviso de previsualización
|
|
The final conclusion of the check. Aviso de previsualización
|
|
The URL of the integrator's site that has the full details of the check. Aviso de previsualización
|
|
A reference for the run on the integrator's system. Aviso de previsualización
|
|
The name of the check. Aviso de previsualización
|
|
Descriptive details about the run. Aviso de previsualización
|
|
The node ID of the repository. Aviso de previsualización
|
|
The time that the check run began. Aviso de previsualización
|
|
The current status. Aviso de previsualización
|
UpdateCheckSuitePreferencesInput
Autogenerated input type of UpdateCheckSuitePreferences.
Aviso de previsualización
UpdateCheckSuitePreferencesInput
is available under the Checks preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The check suite preferences to modify. Aviso de previsualización
|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
The Node ID of the repository. Aviso de previsualización
|
UpdateEnterpriseActionExecutionCapabilitySettingInput
Autogenerated input type of UpdateEnterpriseActionExecutionCapabilitySetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
The value for the action execution capability setting on the enterprise. |
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can create repositories setting. |
UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput
Autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the allow private repository forking setting. |
|
The value for the allow private repository forking setting on the enterprise. |
UpdateEnterpriseDefaultRepositoryPermissionSettingInput
Autogenerated input type of UpdateEnterpriseDefaultRepositoryPermissionSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the default repository permission setting. |
|
The value for the default repository permission setting on the enterprise. |
UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput
Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can change repository visibility setting. |
|
The value for the members can change repository visibility setting on the enterprise. |
UpdateEnterpriseMembersCanCreateRepositoriesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can create repositories setting. |
|
Allow members to create internal repositories. Defaults to current value. |
|
Allow members to create private repositories. Defaults to current value. |
|
Allow members to create public repositories. Defaults to current value. |
|
When false, allow member organizations to set their own repository creation member privileges. |
|
Value for the members can create repositories setting on the enterprise. This or the granular public/private/internal allowed fields (but not both) must be provided. |
UpdateEnterpriseMembersCanDeleteIssuesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanDeleteIssuesSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can delete issues setting. |
|
The value for the members can delete issues setting on the enterprise. |
UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can delete repositories setting. |
|
The value for the members can delete repositories setting on the enterprise. |
UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can invite collaborators setting. |
|
The value for the members can invite collaborators setting on the enterprise. |
UpdateEnterpriseMembersCanMakePurchasesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanMakePurchasesSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can make purchases setting. |
|
The value for the members can make purchases setting on the enterprise. |
UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can update protected branches setting. |
|
The value for the members can update protected branches setting on the enterprise. |
UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput
Autogenerated input type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the members can view dependency insights setting. |
|
The value for the members can view dependency insights setting on the enterprise. |
UpdateEnterpriseOrganizationProjectsSettingInput
Autogenerated input type of UpdateEnterpriseOrganizationProjectsSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the organization projects setting. |
|
The value for the organization projects setting on the enterprise. |
UpdateEnterpriseProfileInput
Autogenerated input type of UpdateEnterpriseProfile.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The description of the enterprise. |
|
The Enterprise ID to update. |
|
The location of the enterprise. |
|
The name of the enterprise. |
|
The URL of the enterprise's website. |
UpdateEnterpriseRepositoryProjectsSettingInput
Autogenerated input type of UpdateEnterpriseRepositoryProjectsSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the repository projects setting. |
|
The value for the repository projects setting on the enterprise. |
UpdateEnterpriseTeamDiscussionsSettingInput
Autogenerated input type of UpdateEnterpriseTeamDiscussionsSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the team discussions setting. |
|
The value for the team discussions setting on the enterprise. |
UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput
Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The ID of the enterprise on which to set the two factor authentication required setting. |
|
The value for the two factor authentication required setting on the enterprise. |
UpdateIssueCommentInput
Autogenerated input type of UpdateIssueComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
The updated text of the comment. |
|
A unique identifier for the client performing the mutation. |
|
The ID of the IssueComment to modify. |
UpdateIssueInput
Autogenerated input type of UpdateIssue.
Campos de entrada
Nombre | Descripción |
---|---|
|
An array of Node IDs of users for this issue. |
|
The body for the issue description. |
|
A unique identifier for the client performing the mutation. |
|
The ID of the Issue to modify. |
|
An array of Node IDs of labels for this issue. |
|
The Node ID of the milestone for this issue. |
|
An array of Node IDs for projects associated with this issue. |
|
The desired issue state. |
|
The title for the issue. |
UpdateLabelInput
Autogenerated input type of UpdateLabel.
Aviso de previsualización
UpdateLabelInput
is available under the Labels preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
A 6 character hex code, without the leading #, identifying the updated color of the label. Aviso de previsualización
|
|
A brief description of the label, such as its purpose. Aviso de previsualización
|
|
The Node ID of the label to be updated. Aviso de previsualización
|
|
The updated name of the label. Aviso de previsualización
|
UpdateProjectCardInput
Autogenerated input type of UpdateProjectCard.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
Whether or not the ProjectCard should be archived. |
|
The note of ProjectCard. |
|
The ProjectCard ID to update. |
UpdateProjectColumnInput
Autogenerated input type of UpdateProjectColumn.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The name of project column. |
|
The ProjectColumn ID to update. |
UpdateProjectInput
Autogenerated input type of UpdateProject.
Campos de entrada
Nombre | Descripción |
---|---|
|
The description of project. |
|
A unique identifier for the client performing the mutation. |
|
The name of project. |
|
The Project ID to update. |
|
Whether the project is public or not. |
|
Whether the project is open or closed. |
UpdatePullRequestInput
Autogenerated input type of UpdatePullRequest.
Campos de entrada
Nombre | Descripción |
---|---|
|
An array of Node IDs of users for this pull request. |
|
The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. |
|
The contents of the pull request. |
|
A unique identifier for the client performing the mutation. |
|
An array of Node IDs of labels for this pull request. |
|
Indicates whether maintainers can modify the pull request. |
|
The Node ID of the milestone for this pull request. |
|
An array of Node IDs for projects associated with this pull request. |
|
The Node ID of the pull request. |
|
The target state of the pull request. |
|
The title of the pull request. |
UpdatePullRequestReviewCommentInput
Autogenerated input type of UpdatePullRequestReviewComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
The text of the comment. |
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the comment to modify. |
UpdatePullRequestReviewInput
Autogenerated input type of UpdatePullRequestReview.
Campos de entrada
Nombre | Descripción |
---|---|
|
The contents of the pull request review body. |
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the pull request review to modify. |
UpdateRefInput
Autogenerated input type of UpdateRef.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
Permit updates of branch Refs that are not fast-forwards?. |
|
The GitObjectID that the Ref shall be updated to target. |
|
The Node ID of the Ref to be updated. |
UpdateRefsInput
Autogenerated input type of UpdateRefs.
Aviso de previsualización
UpdateRefsInput
is available under the Update refs preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
A list of ref updates. Aviso de previsualización
|
|
The Node ID of the repository. Aviso de previsualización
|
UpdateRepositoryInput
Autogenerated input type of UpdateRepository.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
A new description for the repository. Pass an empty string to erase the existing description. |
|
Indicates if the repository should have the issues feature enabled. |
|
Indicates if the repository should have the project boards feature enabled. |
|
Indicates if the repository should have the wiki feature enabled. |
|
The URL for a web page about this repository. Pass an empty string to erase the existing URL. |
|
The new name of the repository. |
|
The ID of the repository to update. |
|
Whether this repository should be marked as a template such that anyone who can access it can create new repositories with the same files and directory structure. |
UpdateSubscriptionInput
Autogenerated input type of UpdateSubscription.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The new state of the subscription. |
|
The Node ID of the subscribable object to modify. |
UpdateTeamDiscussionCommentInput
Autogenerated input type of UpdateTeamDiscussionComment.
Campos de entrada
Nombre | Descripción |
---|---|
|
The updated text of the comment. |
|
The current version of the body content. |
|
A unique identifier for the client performing the mutation. |
|
The ID of the comment to modify. |
UpdateTeamDiscussionInput
Autogenerated input type of UpdateTeamDiscussion.
Campos de entrada
Nombre | Descripción |
---|---|
|
The updated text of the discussion. |
|
The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server. |
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the discussion to modify. |
|
If provided, sets the pinned state of the updated discussion. |
|
The updated title of the discussion. |
UpdateTeamReviewAssignmentInput
Autogenerated input type of UpdateTeamReviewAssignment.
Aviso de previsualización
UpdateTeamReviewAssignmentInput
is available under the Team review assignments preview. During the preview period, the API may change without notice.
Campos de entrada
Nombre | Descripción |
---|---|
|
The algorithm to use for review assignment. Aviso de previsualización
|
|
A unique identifier for the client performing the mutation. Aviso de previsualización
|
|
Turn on or off review assignment. Aviso de previsualización
|
|
An array of team member IDs to exclude. Aviso de previsualización
|
|
The Node ID of the team to update review assginments of. Aviso de previsualización
|
|
Notify the entire team of the PR if it is delegated. Aviso de previsualización
|
|
The number of team members to assign. Aviso de previsualización
|
UpdateTopicsInput
Autogenerated input type of UpdateTopics.
Campos de entrada
Nombre | Descripción |
---|---|
|
A unique identifier for the client performing the mutation. |
|
The Node ID of the repository. |
|
An array of topic names. |
UserStatusOrder
Ordering options for user status connections.
Campos de entrada
Nombre | Descripción |
---|---|
|
The ordering direction. |
|
The field to order user statuses by. |