import "github.com/shurcooL/githubv4"
Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
If you're looking for a client library for GitHub REST API v3, the recommended package is github.com/google/go-github/github.
For now, see README for more details.
Code:
src := oauth2.StaticTokenSource( &oauth2.Token{AccessToken: os.Getenv("GITHUB_TOKEN")}, ) httpClient := oauth2.NewClient(context.Background(), src) client := githubv4.NewClient(httpClient) var q struct { Viewer struct { Login string CreatedAt time.Time AvatarURL string `graphql:"avatarUrl(size: 72)"` } } err := client.Query(context.Background(), &q, nil) if err != nil { log.Fatalln(err) } fmt.Println(q.Viewer.Login) fmt.Println(q.Viewer.CreatedAt) fmt.Println(q.Viewer.AvatarURL)
doc.go enum.go githubv4.go input.go scalar.go
type AcceptEnterpriseAdministratorInvitationInput struct { // The id of the invitation being accepted. (Required.) InvitationID ID `json:"invitationId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AcceptEnterpriseAdministratorInvitationInput is an autogenerated input type of AcceptEnterpriseAdministratorInvitation.
type AcceptTopicSuggestionInput struct { // The Node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // The name of the suggested topic. (Required.) Name String `json:"name"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AcceptTopicSuggestionInput is an autogenerated input type of AcceptTopicSuggestion.
type AddAssigneesToAssignableInput struct { // The id of the assignable object to add assignees to. (Required.) AssignableID ID `json:"assignableId"` // The id of users to add as assignees. (Required.) AssigneeIDs []ID `json:"assigneeIds"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddAssigneesToAssignableInput is an autogenerated input type of AddAssigneesToAssignable.
type AddCommentInput struct { // The Node ID of the subject to modify. (Required.) SubjectID ID `json:"subjectId"` // The contents of the comment. (Required.) Body String `json:"body"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddCommentInput is an autogenerated input type of AddComment.
type AddLabelsToLabelableInput struct { // The id of the labelable object to add labels to. (Required.) LabelableID ID `json:"labelableId"` // The ids of the labels to add. (Required.) LabelIDs []ID `json:"labelIds"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddLabelsToLabelableInput is an autogenerated input type of AddLabelsToLabelable.
type AddProjectCardInput struct { // The Node ID of the ProjectColumn. (Required.) ProjectColumnID ID `json:"projectColumnId"` // The content of the card. Must be a member of the ProjectCardItem union. (Optional.) ContentID *ID `json:"contentId,omitempty"` // The note on the card. (Optional.) Note *String `json:"note,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddProjectCardInput is an autogenerated input type of AddProjectCard.
type AddProjectColumnInput struct { // The Node ID of the project. (Required.) ProjectID ID `json:"projectId"` // The name of the column. (Required.) Name String `json:"name"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddProjectColumnInput is an autogenerated input type of AddProjectColumn.
type AddPullRequestReviewCommentInput struct { // The text of the comment. (Required.) Body String `json:"body"` // The node ID of the pull request reviewing. (Optional.) PullRequestID *ID `json:"pullRequestId,omitempty"` // The Node ID of the review to modify. (Optional.) PullRequestReviewID *ID `json:"pullRequestReviewId,omitempty"` // The SHA of the commit to comment on. (Optional.) CommitOID *GitObjectID `json:"commitOID,omitempty"` // The relative path of the file to comment on. (Optional.) Path *String `json:"path,omitempty"` // The line index in the diff to comment on. (Optional.) Position *Int `json:"position,omitempty"` // The comment id to reply to. (Optional.) InReplyTo *ID `json:"inReplyTo,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddPullRequestReviewCommentInput is an autogenerated input type of AddPullRequestReviewComment.
type AddPullRequestReviewInput struct { // The Node ID of the pull request to modify. (Required.) PullRequestID ID `json:"pullRequestId"` // The commit OID the review pertains to. (Optional.) CommitOID *GitObjectID `json:"commitOID,omitempty"` // The contents of the review body comment. (Optional.) Body *String `json:"body,omitempty"` // The event to perform on the pull request review. (Optional.) Event *PullRequestReviewEvent `json:"event,omitempty"` // The review line comments. (Optional.) Comments *[]*DraftPullRequestReviewComment `json:"comments,omitempty"` // The review line comment threads. (Optional.) Threads *[]*DraftPullRequestReviewThread `json:"threads,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddPullRequestReviewInput is an autogenerated input type of AddPullRequestReview.
type AddPullRequestReviewThreadInput struct { // Path to the file being commented on. (Required.) Path String `json:"path"` // Body of the thread's first comment. (Required.) Body String `json:"body"` // The line of the blob to which the thread refers. The end of the line range for multi-line comments. (Required.) Line Int `json:"line"` // The node ID of the pull request reviewing. (Optional.) PullRequestID *ID `json:"pullRequestId,omitempty"` // The Node ID of the review to modify. (Optional.) PullRequestReviewID *ID `json:"pullRequestReviewId,omitempty"` // 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. (Optional.) Side *DiffSide `json:"side,omitempty"` // The first line of the range to which the comment refers. (Optional.) StartLine *Int `json:"startLine,omitempty"` // The side of the diff on which the start line resides. (Optional.) StartSide *DiffSide `json:"startSide,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddPullRequestReviewThreadInput is an autogenerated input type of AddPullRequestReviewThread.
type AddReactionInput struct { // The Node ID of the subject to modify. (Required.) SubjectID ID `json:"subjectId"` // The name of the emoji to react with. (Required.) Content ReactionContent `json:"content"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddReactionInput is an autogenerated input type of AddReaction.
type AddStarInput struct { // The Starrable ID to star. (Required.) StarrableID ID `json:"starrableId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
AddStarInput is an autogenerated input type of AddStar.
type ArchiveRepositoryInput struct { // The ID of the repository to mark as archived. (Required.) RepositoryID ID `json:"repositoryId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
ArchiveRepositoryInput is an autogenerated input type of ArchiveRepository.
type AuditLogOrder struct { // The field to order Audit Logs by. (Optional.) Field *AuditLogOrderField `json:"field,omitempty"` // The ordering direction. (Optional.) Direction *OrderDirection `json:"direction,omitempty"` }
AuditLogOrder represents ordering options for Audit Log connections.
AuditLogOrderField represents properties by which Audit Log connections can be ordered.
const ( AuditLogOrderFieldCreatedAt AuditLogOrderField = "CREATED_AT" // Order audit log entries by timestamp. )
Properties by which Audit Log connections can be ordered.
Boolean represents true or false values.
NewBoolean is a helper to make a new *Boolean.
type CancelEnterpriseAdminInvitationInput struct { // The Node ID of the pending enterprise administrator invitation. (Required.) InvitationID ID `json:"invitationId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CancelEnterpriseAdminInvitationInput is an autogenerated input type of CancelEnterpriseAdminInvitation.
type ChangeUserStatusInput struct { // The emoji to represent your status. Can either be a native Unicode emoji or an emoji name with colons, e.g., :grinning:. (Optional.) Emoji *String `json:"emoji,omitempty"` // A short description of your current status. (Optional.) Message *String `json:"message,omitempty"` // The ID of the organization whose members will be allowed to see the status. If omitted, the status will be publicly visible. (Optional.) OrganizationID *ID `json:"organizationId,omitempty"` // Whether this status should indicate you are not fully available on GitHub, e.g., you are away. (Optional.) LimitedAvailability *Boolean `json:"limitedAvailability,omitempty"` // If set, the user status will not be shown after this date. (Optional.) ExpiresAt *DateTime `json:"expiresAt,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
ChangeUserStatusInput is an autogenerated input type of ChangeUserStatus.
type CheckAnnotationData struct { // The path of the file to add an annotation to. (Required.) Path String `json:"path"` // The location of the annotation. (Required.) Location CheckAnnotationRange `json:"location"` // Represents an annotation's information level. (Required.) AnnotationLevel CheckAnnotationLevel `json:"annotationLevel"` // A short description of the feedback for these lines of code. (Required.) Message String `json:"message"` // The title that represents the annotation. (Optional.) Title *String `json:"title,omitempty"` // Details about this annotation. (Optional.) RawDetails *String `json:"rawDetails,omitempty"` }
CheckAnnotationData represents information from a check run analysis to specific lines of code.
CheckAnnotationLevel represents represents an annotation's information level.
const ( CheckAnnotationLevelFailure CheckAnnotationLevel = "FAILURE" // An annotation indicating an inescapable error. CheckAnnotationLevelNotice CheckAnnotationLevel = "NOTICE" // An annotation indicating some information. CheckAnnotationLevelWarning CheckAnnotationLevel = "WARNING" // An annotation indicating an ignorable error. )
Represents an annotation's information level.
type CheckAnnotationRange struct { // The starting line of the range. (Required.) StartLine Int `json:"startLine"` // The ending line of the range. (Required.) EndLine Int `json:"endLine"` // The starting column of the range. (Optional.) StartColumn *Int `json:"startColumn,omitempty"` // The ending column of the range. (Optional.) EndColumn *Int `json:"endColumn,omitempty"` }
CheckAnnotationRange represents information from a check run analysis to specific lines of code.
CheckConclusionState represents the possible states for a check suite or run conclusion.
const ( CheckConclusionStateActionRequired CheckConclusionState = "ACTION_REQUIRED" // The check suite or run requires action. CheckConclusionStateTimedOut CheckConclusionState = "TIMED_OUT" // The check suite or run has timed out. CheckConclusionStateCancelled CheckConclusionState = "CANCELLED" // The check suite or run has been cancelled. CheckConclusionStateFailure CheckConclusionState = "FAILURE" // The check suite or run has failed. CheckConclusionStateSuccess CheckConclusionState = "SUCCESS" // The check suite or run has succeeded. CheckConclusionStateNeutral CheckConclusionState = "NEUTRAL" // The check suite or run was neutral. CheckConclusionStateSkipped CheckConclusionState = "SKIPPED" // The check suite or run was skipped. CheckConclusionStateStartupFailure CheckConclusionState = "STARTUP_FAILURE" // The check suite or run has failed at startup. CheckConclusionStateStale CheckConclusionState = "STALE" // The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion. )
The possible states for a check suite or run conclusion.
type CheckRunAction struct { // The text to be displayed on a button in the web UI. (Required.) Label String `json:"label"` // A short explanation of what this action would do. (Required.) Description String `json:"description"` // A reference for the action on the integrator's system. (Required.) Identifier String `json:"identifier"` }
CheckRunAction represents possible further actions the integrator can perform.
type CheckRunFilter struct { // Filters the check runs by this type. (Optional.) CheckType *CheckRunType `json:"checkType,omitempty"` // Filters the check runs created by this application ID. (Optional.) AppID *Int `json:"appId,omitempty"` // Filters the check runs by this name. (Optional.) CheckName *String `json:"checkName,omitempty"` // Filters the check runs by this status. (Optional.) Status *CheckStatusState `json:"status,omitempty"` }
CheckRunFilter represents the filters that are available when fetching check runs.
type CheckRunOutput struct { // A title to provide for this check run. (Required.) Title String `json:"title"` // The summary of the check run (supports Commonmark). (Required.) Summary String `json:"summary"` // The details of the check run (supports Commonmark). (Optional.) Text *String `json:"text,omitempty"` // The annotations that are made as part of the check run. (Optional.) Annotations *[]CheckAnnotationData `json:"annotations,omitempty"` // Images attached to the check run output displayed in the GitHub pull request UI. (Optional.) Images *[]CheckRunOutputImage `json:"images,omitempty"` }
CheckRunOutput represents descriptive details about the check run.
type CheckRunOutputImage struct { // The alternative text for the image. (Required.) Alt String `json:"alt"` // The full URL of the image. (Required.) ImageURL URI `json:"imageUrl"` // A short image description. (Optional.) Caption *String `json:"caption,omitempty"` }
CheckRunOutputImage represents images attached to the check run output displayed in the GitHub pull request UI.
CheckRunType represents the possible types of check runs.
const ( CheckRunTypeAll CheckRunType = "ALL" // Every check run available. CheckRunTypeLatest CheckRunType = "LATEST" // The latest check run. )
The possible types of check runs.
CheckStatusState represents the possible states for a check suite or run status.
const ( CheckStatusStateQueued CheckStatusState = "QUEUED" // The check suite or run has been queued. CheckStatusStateInProgress CheckStatusState = "IN_PROGRESS" // The check suite or run is in progress. CheckStatusStateCompleted CheckStatusState = "COMPLETED" // The check suite or run has been completed. CheckStatusStateRequested CheckStatusState = "REQUESTED" // The check suite or run has been requested. )
The possible states for a check suite or run status.
type CheckSuiteAutoTriggerPreference struct { // The node ID of the application that owns the check suite. (Required.) AppID ID `json:"appId"` // Set to `true` to enable automatic creation of CheckSuite events upon pushes to the repository. (Required.) Setting Boolean `json:"setting"` }
CheckSuiteAutoTriggerPreference represents the auto-trigger preferences that are available for check suites.
type CheckSuiteFilter struct { // Filters the check suites created by this application ID. (Optional.) AppID *Int `json:"appId,omitempty"` // Filters the check suites by this name. (Optional.) CheckName *String `json:"checkName,omitempty"` }
CheckSuiteFilter represents the filters that are available when fetching check suites.
type ClearLabelsFromLabelableInput struct { // The id of the labelable object to clear the labels from. (Required.) LabelableID ID `json:"labelableId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
ClearLabelsFromLabelableInput is an autogenerated input type of ClearLabelsFromLabelable.
type Client struct {
// contains filtered or unexported fields
}
Client is a GitHub GraphQL API v4 client.
NewClient creates a new GitHub GraphQL API v4 client with the provided http.Client. If httpClient is nil, then http.DefaultClient is used.
Note that GitHub GraphQL API v4 requires authentication, so the provided http.Client is expected to take care of that.
NewEnterpriseClient creates a new GitHub GraphQL API v4 client for the GitHub Enterprise instance with the specified GraphQL endpoint URL, using the provided http.Client. If httpClient is nil, then http.DefaultClient is used.
Note that GitHub GraphQL API v4 requires authentication, so the provided http.Client is expected to take care of that.
func (c *Client) Mutate(ctx context.Context, m interface{}, input Input, variables map[string]interface{}) error
Mutate executes a single GraphQL mutation request, with a mutation derived from m, populating the response into it. m should be a pointer to struct that corresponds to the GitHub GraphQL schema. Provided input will be set as a variable named "input".
Query executes a single GraphQL query request, with a query derived from q, populating the response into it. q should be a pointer to struct that corresponds to the GitHub GraphQL schema.
type CloneProjectInput struct { // The owner ID to create the project under. (Required.) TargetOwnerID ID `json:"targetOwnerId"` // The source project to clone. (Required.) SourceID ID `json:"sourceId"` // Whether or not to clone the source project's workflows. (Required.) IncludeWorkflows Boolean `json:"includeWorkflows"` // The name of the project. (Required.) Name String `json:"name"` // The description of the project. (Optional.) Body *String `json:"body,omitempty"` // The visibility of the project, defaults to false (private). (Optional.) Public *Boolean `json:"public,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CloneProjectInput is an autogenerated input type of CloneProject.
type CloneTemplateRepositoryInput struct { // The Node ID of the template repository. (Required.) RepositoryID ID `json:"repositoryId"` // The name of the new repository. (Required.) Name String `json:"name"` // The ID of the owner for the new repository. (Required.) OwnerID ID `json:"ownerId"` // Indicates the repository's visibility level. (Required.) Visibility RepositoryVisibility `json:"visibility"` // A short description of the new repository. (Optional.) Description *String `json:"description,omitempty"` // Whether to copy all branches from the template to the new repository. Defaults to copying only the default branch of the template. (Optional.) IncludeAllBranches *Boolean `json:"includeAllBranches,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CloneTemplateRepositoryInput is an autogenerated input type of CloneTemplateRepository.
type CloseIssueInput struct { // ID of the issue to be closed. (Required.) IssueID ID `json:"issueId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CloseIssueInput is an autogenerated input type of CloseIssue.
type ClosePullRequestInput struct { // ID of the pull request to be closed. (Required.) PullRequestID ID `json:"pullRequestId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
ClosePullRequestInput is an autogenerated input type of ClosePullRequest.
CollaboratorAffiliation represents collaborators affiliation level with a subject.
const ( CollaboratorAffiliationOutside CollaboratorAffiliation = "OUTSIDE" // All outside collaborators of an organization-owned subject. CollaboratorAffiliationDirect CollaboratorAffiliation = "DIRECT" // All collaborators with permissions to an organization-owned subject, regardless of organization membership status. CollaboratorAffiliationAll CollaboratorAffiliation = "ALL" // All collaborators the authenticated user can see. )
Collaborators affiliation level with a subject.
CommentAuthorAssociation represents a comment author association with repository.
const ( CommentAuthorAssociationMember CommentAuthorAssociation = "MEMBER" // Author is a member of the organization that owns the repository. CommentAuthorAssociationOwner CommentAuthorAssociation = "OWNER" // Author is the owner of the repository. CommentAuthorAssociationMannequin CommentAuthorAssociation = "MANNEQUIN" // Author is a placeholder for an unclaimed user. CommentAuthorAssociationCollaborator CommentAuthorAssociation = "COLLABORATOR" // Author has been invited to collaborate on the repository. CommentAuthorAssociationContributor CommentAuthorAssociation = "CONTRIBUTOR" // Author has previously committed to the repository. CommentAuthorAssociationFirstTimeContributor CommentAuthorAssociation = "FIRST_TIME_CONTRIBUTOR" // Author has not previously committed to the repository. CommentAuthorAssociationFirstTimer CommentAuthorAssociation = "FIRST_TIMER" // Author has not previously committed to GitHub. CommentAuthorAssociationNone CommentAuthorAssociation = "NONE" // Author has no association with the repository. )
A comment author association with repository.
CommentCannotUpdateReason represents the possible errors that will prevent a user from updating a comment.
const ( CommentCannotUpdateReasonArchived CommentCannotUpdateReason = "ARCHIVED" // Unable to create comment because repository is archived. CommentCannotUpdateReasonInsufficientAccess CommentCannotUpdateReason = "INSUFFICIENT_ACCESS" // You must be the author or have write access to this repository to update this comment. CommentCannotUpdateReasonLocked CommentCannotUpdateReason = "LOCKED" // Unable to create comment because issue is locked. CommentCannotUpdateReasonLoginRequired CommentCannotUpdateReason = "LOGIN_REQUIRED" // You must be logged in to update this comment. CommentCannotUpdateReasonMaintenance CommentCannotUpdateReason = "MAINTENANCE" // Repository is under maintenance. CommentCannotUpdateReasonVerifiedEmailRequired CommentCannotUpdateReason = "VERIFIED_EMAIL_REQUIRED" // At least one email address must be verified to update this comment. CommentCannotUpdateReasonDenied CommentCannotUpdateReason = "DENIED" // You cannot update this comment. )
The possible errors that will prevent a user from updating a comment.
type CommitAuthor struct { // 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. (Optional.) ID *ID `json:"id,omitempty"` // Email addresses to filter by. Commits authored by any of the specified email addresses will be returned. (Optional.) Emails *[]String `json:"emails,omitempty"` }
CommitAuthor specifies an author for filtering Git commits.
type CommitContributionOrder struct { // The field by which to order commit contributions. (Required.) Field CommitContributionOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
CommitContributionOrder represents ordering options for commit contribution connections.
CommitContributionOrderField represents properties by which commit contribution connections can be ordered.
const ( CommitContributionOrderFieldOccurredAt CommitContributionOrderField = "OCCURRED_AT" // Order commit contributions by when they were made. CommitContributionOrderFieldCommitCount CommitContributionOrderField = "COMMIT_COUNT" // Order commit contributions by how many commits they represent. )
Properties by which commit contribution connections can be ordered.
type ContributionOrder struct { // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
ContributionOrder represents ordering options for contribution connections.
type ConvertProjectCardNoteToIssueInput struct { // The ProjectCard ID to convert. (Required.) ProjectCardID ID `json:"projectCardId"` // The ID of the repository to create the issue in. (Required.) RepositoryID ID `json:"repositoryId"` // The title of the newly created issue. Defaults to the card's note text. (Optional.) Title *String `json:"title,omitempty"` // The body of the newly created issue. (Optional.) Body *String `json:"body,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
ConvertProjectCardNoteToIssueInput is an autogenerated input type of ConvertProjectCardNoteToIssue.
type CreateBranchProtectionRuleInput struct { // The global relay id of the repository in which a new branch protection rule should be created in. (Required.) RepositoryID ID `json:"repositoryId"` // The glob-like pattern used to determine matching branches. (Required.) Pattern String `json:"pattern"` // Are approving reviews required to update matching branches. (Optional.) RequiresApprovingReviews *Boolean `json:"requiresApprovingReviews,omitempty"` // Number of approving reviews required to update matching branches. (Optional.) RequiredApprovingReviewCount *Int `json:"requiredApprovingReviewCount,omitempty"` // Are commits required to be signed. (Optional.) RequiresCommitSignatures *Boolean `json:"requiresCommitSignatures,omitempty"` // Are merge commits prohibited from being pushed to this branch. (Optional.) RequiresLinearHistory *Boolean `json:"requiresLinearHistory,omitempty"` // Are force pushes allowed on this branch. (Optional.) AllowsForcePushes *Boolean `json:"allowsForcePushes,omitempty"` // Can this branch be deleted. (Optional.) AllowsDeletions *Boolean `json:"allowsDeletions,omitempty"` // Can admins overwrite branch protection. (Optional.) IsAdminEnforced *Boolean `json:"isAdminEnforced,omitempty"` // Are status checks required to update matching branches. (Optional.) RequiresStatusChecks *Boolean `json:"requiresStatusChecks,omitempty"` // Are branches required to be up to date before merging. (Optional.) RequiresStrictStatusChecks *Boolean `json:"requiresStrictStatusChecks,omitempty"` // Are reviews from code owners required to update matching branches. (Optional.) RequiresCodeOwnerReviews *Boolean `json:"requiresCodeOwnerReviews,omitempty"` // Will new commits pushed to matching branches dismiss pull request review approvals. (Optional.) DismissesStaleReviews *Boolean `json:"dismissesStaleReviews,omitempty"` // Is dismissal of pull request reviews restricted. (Optional.) RestrictsReviewDismissals *Boolean `json:"restrictsReviewDismissals,omitempty"` // A list of User or Team IDs allowed to dismiss reviews on pull requests targeting matching branches. (Optional.) ReviewDismissalActorIDs *[]ID `json:"reviewDismissalActorIds,omitempty"` // Is pushing to matching branches restricted. (Optional.) RestrictsPushes *Boolean `json:"restrictsPushes,omitempty"` // A list of User, Team or App IDs allowed to push to matching branches. (Optional.) PushActorIDs *[]ID `json:"pushActorIds,omitempty"` // List of required status check contexts that must pass for commits to be accepted to matching branches. (Optional.) RequiredStatusCheckContexts *[]String `json:"requiredStatusCheckContexts,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateBranchProtectionRuleInput is an autogenerated input type of CreateBranchProtectionRule.
type CreateCheckRunInput struct { // The node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // The name of the check. (Required.) Name String `json:"name"` // The SHA of the head commit. (Required.) HeadSha GitObjectID `json:"headSha"` // The URL of the integrator's site that has the full details of the check. (Optional.) DetailsURL *URI `json:"detailsUrl,omitempty"` // A reference for the run on the integrator's system. (Optional.) ExternalID *String `json:"externalId,omitempty"` // The current status. (Optional.) Status *RequestableCheckStatusState `json:"status,omitempty"` // The time that the check run began. (Optional.) StartedAt *DateTime `json:"startedAt,omitempty"` // The final conclusion of the check. (Optional.) Conclusion *CheckConclusionState `json:"conclusion,omitempty"` // The time that the check run finished. (Optional.) CompletedAt *DateTime `json:"completedAt,omitempty"` // Descriptive details about the run. (Optional.) Output *CheckRunOutput `json:"output,omitempty"` // Possible further actions the integrator can perform, which a user may trigger. (Optional.) Actions *[]CheckRunAction `json:"actions,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateCheckRunInput is an autogenerated input type of CreateCheckRun.
type CreateCheckSuiteInput struct { // The Node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // The SHA of the head commit. (Required.) HeadSha GitObjectID `json:"headSha"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateCheckSuiteInput is an autogenerated input type of CreateCheckSuite.
type CreateEnterpriseOrganizationInput struct { // The ID of the enterprise owning the new organization. (Required.) EnterpriseID ID `json:"enterpriseId"` // The login of the new organization. (Required.) Login String `json:"login"` // The profile name of the new organization. (Required.) ProfileName String `json:"profileName"` // The email used for sending billing receipts. (Required.) BillingEmail String `json:"billingEmail"` // The logins for the administrators of the new organization. (Required.) AdminLogins []String `json:"adminLogins"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateEnterpriseOrganizationInput is an autogenerated input type of CreateEnterpriseOrganization.
type CreateIpAllowListEntryInput struct { // The ID of the owner for which to create the new IP allow list entry. (Required.) OwnerID ID `json:"ownerId"` // An IP address or range of addresses in CIDR notation. (Required.) AllowListValue String `json:"allowListValue"` // Whether the IP allow list entry is active when an IP allow list is enabled. (Required.) IsActive Boolean `json:"isActive"` // An optional name for the IP allow list entry. (Optional.) Name *String `json:"name,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateIpAllowListEntryInput is an autogenerated input type of CreateIpAllowListEntry.
type CreateIssueInput struct { // The Node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // The title for the issue. (Required.) Title String `json:"title"` // The body for the issue description. (Optional.) Body *String `json:"body,omitempty"` // The Node ID for the user assignee for this issue. (Optional.) AssigneeIDs *[]ID `json:"assigneeIds,omitempty"` // The Node ID of the milestone for this issue. (Optional.) MilestoneID *ID `json:"milestoneId,omitempty"` // An array of Node IDs of labels for this issue. (Optional.) LabelIDs *[]ID `json:"labelIds,omitempty"` // An array of Node IDs for projects associated with this issue. (Optional.) ProjectIDs *[]ID `json:"projectIds,omitempty"` // The name of an issue template in the repository, assigns labels and assignees from the template to the issue. (Optional.) IssueTemplate *String `json:"issueTemplate,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateIssueInput is an autogenerated input type of CreateIssue.
type CreateProjectInput struct { // The owner ID to create the project under. (Required.) OwnerID ID `json:"ownerId"` // The name of project. (Required.) Name String `json:"name"` // The description of project. (Optional.) Body *String `json:"body,omitempty"` // The name of the GitHub-provided template. (Optional.) Template *ProjectTemplate `json:"template,omitempty"` // A list of repository IDs to create as linked repositories for the project. (Optional.) RepositoryIDs *[]ID `json:"repositoryIds,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateProjectInput is an autogenerated input type of CreateProject.
type CreatePullRequestInput struct { // The Node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // 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. (Required.) BaseRefName String `json:"baseRefName"` // The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace `head_ref_name` with a user like this: `username:branch`. (Required.) HeadRefName String `json:"headRefName"` // The title of the pull request. (Required.) Title String `json:"title"` // The contents of the pull request. (Optional.) Body *String `json:"body,omitempty"` // Indicates whether maintainers can modify the pull request. (Optional.) MaintainerCanModify *Boolean `json:"maintainerCanModify,omitempty"` // Indicates whether this pull request should be a draft. (Optional.) Draft *Boolean `json:"draft,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreatePullRequestInput is an autogenerated input type of CreatePullRequest.
type CreateRefInput struct { // The Node ID of the Repository to create the Ref in. (Required.) RepositoryID ID `json:"repositoryId"` // The fully qualified name of the new Ref (ie: `refs/heads/my_new_branch`). (Required.) Name String `json:"name"` // The GitObjectID that the new Ref shall target. Must point to a commit. (Required.) Oid GitObjectID `json:"oid"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateRefInput is an autogenerated input type of CreateRef.
type CreateRepositoryInput struct { // The name of the new repository. (Required.) Name String `json:"name"` // Indicates the repository's visibility level. (Required.) Visibility RepositoryVisibility `json:"visibility"` // The ID of the owner for the new repository. (Optional.) OwnerID *ID `json:"ownerId,omitempty"` // A short description of the new repository. (Optional.) Description *String `json:"description,omitempty"` // 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. (Optional.) Template *Boolean `json:"template,omitempty"` // The URL for a web page about this repository. (Optional.) HomepageURL *URI `json:"homepageUrl,omitempty"` // Indicates if the repository should have the wiki feature enabled. (Optional.) HasWikiEnabled *Boolean `json:"hasWikiEnabled,omitempty"` // Indicates if the repository should have the issues feature enabled. (Optional.) HasIssuesEnabled *Boolean `json:"hasIssuesEnabled,omitempty"` // When an organization is specified as the owner, this ID identifies the team that should be granted access to the new repository. (Optional.) TeamID *ID `json:"teamId,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateRepositoryInput is an autogenerated input type of CreateRepository.
type CreateTeamDiscussionCommentInput struct { // The ID of the discussion to which the comment belongs. (Required.) DiscussionID ID `json:"discussionId"` // The content of the comment. (Required.) Body String `json:"body"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateTeamDiscussionCommentInput is an autogenerated input type of CreateTeamDiscussionComment.
type CreateTeamDiscussionInput struct { // The ID of the team to which the discussion belongs. (Required.) TeamID ID `json:"teamId"` // The title of the discussion. (Required.) Title String `json:"title"` // The content of the discussion. (Required.) Body String `json:"body"` // 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. (Optional.) Private *Boolean `json:"private,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
CreateTeamDiscussionInput is an autogenerated input type of CreateTeamDiscussion.
Date is an ISO-8601 encoded date.
NewDate is a helper to make a new *Date.
DateTime is an ISO-8601 encoded UTC date.
NewDateTime is a helper to make a new *DateTime.
type DeclineTopicSuggestionInput struct { // The Node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // The name of the suggested topic. (Required.) Name String `json:"name"` // The reason why the suggested topic is declined. (Required.) Reason TopicSuggestionDeclineReason `json:"reason"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeclineTopicSuggestionInput is an autogenerated input type of DeclineTopicSuggestion.
DefaultRepositoryPermissionField represents the possible default permissions for repositories.
const ( DefaultRepositoryPermissionFieldNone DefaultRepositoryPermissionField = "NONE" // No access. DefaultRepositoryPermissionFieldRead DefaultRepositoryPermissionField = "READ" // Can read repos by default. DefaultRepositoryPermissionFieldWrite DefaultRepositoryPermissionField = "WRITE" // Can read and write repos by default. DefaultRepositoryPermissionFieldAdmin DefaultRepositoryPermissionField = "ADMIN" // Can read, write, and administrate repos by default. )
The possible default permissions for repositories.
type DeleteBranchProtectionRuleInput struct { // The global relay id of the branch protection rule to be deleted. (Required.) BranchProtectionRuleID ID `json:"branchProtectionRuleId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteBranchProtectionRuleInput is an autogenerated input type of DeleteBranchProtectionRule.
type DeleteDeploymentInput struct { // The Node ID of the deployment to be deleted. (Required.) ID ID `json:"id"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteDeploymentInput is an autogenerated input type of DeleteDeployment.
type DeleteIpAllowListEntryInput struct { // The ID of the IP allow list entry to delete. (Required.) IPAllowListEntryID ID `json:"ipAllowListEntryId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteIpAllowListEntryInput is an autogenerated input type of DeleteIpAllowListEntry.
type DeleteIssueCommentInput struct { // The ID of the comment to delete. (Required.) ID ID `json:"id"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteIssueCommentInput is an autogenerated input type of DeleteIssueComment.
type DeleteIssueInput struct { // The ID of the issue to delete. (Required.) IssueID ID `json:"issueId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteIssueInput is an autogenerated input type of DeleteIssue.
type DeleteProjectCardInput struct { // The id of the card to delete. (Required.) CardID ID `json:"cardId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteProjectCardInput is an autogenerated input type of DeleteProjectCard.
type DeleteProjectColumnInput struct { // The id of the column to delete. (Required.) ColumnID ID `json:"columnId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteProjectColumnInput is an autogenerated input type of DeleteProjectColumn.
type DeleteProjectInput struct { // The Project ID to update. (Required.) ProjectID ID `json:"projectId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteProjectInput is an autogenerated input type of DeleteProject.
type DeletePullRequestReviewCommentInput struct { // The ID of the comment to delete. (Required.) ID ID `json:"id"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeletePullRequestReviewCommentInput is an autogenerated input type of DeletePullRequestReviewComment.
type DeletePullRequestReviewInput struct { // The Node ID of the pull request review to delete. (Required.) PullRequestReviewID ID `json:"pullRequestReviewId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeletePullRequestReviewInput is an autogenerated input type of DeletePullRequestReview.
type DeleteRefInput struct { // The Node ID of the Ref to be deleted. (Required.) RefID ID `json:"refId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteRefInput is an autogenerated input type of DeleteRef.
type DeleteTeamDiscussionCommentInput struct { // The ID of the comment to delete. (Required.) ID ID `json:"id"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteTeamDiscussionCommentInput is an autogenerated input type of DeleteTeamDiscussionComment.
type DeleteTeamDiscussionInput struct { // The discussion ID to delete. (Required.) ID ID `json:"id"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DeleteTeamDiscussionInput is an autogenerated input type of DeleteTeamDiscussion.
type DeploymentOrder struct { // The field to order deployments by. (Required.) Field DeploymentOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
DeploymentOrder represents ordering options for deployment connections.
DeploymentOrderField represents properties by which deployment connections can be ordered.
const ( DeploymentOrderFieldCreatedAt DeploymentOrderField = "CREATED_AT" // Order collection by creation time. )
Properties by which deployment connections can be ordered.
DeploymentState represents the possible states in which a deployment can be.
const ( DeploymentStateAbandoned DeploymentState = "ABANDONED" // The pending deployment was not updated after 30 minutes. DeploymentStateActive DeploymentState = "ACTIVE" // The deployment is currently active. DeploymentStateDestroyed DeploymentState = "DESTROYED" // An inactive transient deployment. DeploymentStateError DeploymentState = "ERROR" // The deployment experienced an error. DeploymentStateFailure DeploymentState = "FAILURE" // The deployment has failed. DeploymentStateInactive DeploymentState = "INACTIVE" // The deployment is inactive. DeploymentStatePending DeploymentState = "PENDING" // The deployment is pending. DeploymentStateQueued DeploymentState = "QUEUED" // The deployment has queued. DeploymentStateInProgress DeploymentState = "IN_PROGRESS" // The deployment is in progress. DeploymentStateWaiting DeploymentState = "WAITING" // The deployment is waiting. )
The possible states in which a deployment can be.
DeploymentStatusState represents the possible states for a deployment status.
const ( DeploymentStatusStatePending DeploymentStatusState = "PENDING" // The deployment is pending. DeploymentStatusStateSuccess DeploymentStatusState = "SUCCESS" // The deployment was successful. DeploymentStatusStateFailure DeploymentStatusState = "FAILURE" // The deployment has failed. DeploymentStatusStateInactive DeploymentStatusState = "INACTIVE" // The deployment is inactive. DeploymentStatusStateError DeploymentStatusState = "ERROR" // The deployment experienced an error. DeploymentStatusStateQueued DeploymentStatusState = "QUEUED" // The deployment is queued. DeploymentStatusStateInProgress DeploymentStatusState = "IN_PROGRESS" // The deployment is in progress. )
The possible states for a deployment status.
DiffSide represents the possible sides of a diff.
const ( DiffSideLeft DiffSide = "LEFT" // The left side of the diff. DiffSideRight DiffSide = "RIGHT" // The right side of the diff. )
The possible sides of a diff.
type DismissPullRequestReviewInput struct { // The Node ID of the pull request review to modify. (Required.) PullRequestReviewID ID `json:"pullRequestReviewId"` // The contents of the pull request review dismissal message. (Required.) Message String `json:"message"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
DismissPullRequestReviewInput is an autogenerated input type of DismissPullRequestReview.
type DraftPullRequestReviewComment struct { // Path to the file being commented on. (Required.) Path String `json:"path"` // Position in the file to leave a comment on. (Required.) Position Int `json:"position"` // Body of the comment to leave. (Required.) Body String `json:"body"` }
DraftPullRequestReviewComment specifies a review comment to be left with a Pull Request Review.
type DraftPullRequestReviewThread struct { // Path to the file being commented on. (Required.) Path String `json:"path"` // The line of the blob to which the thread refers. The end of the line range for multi-line comments. (Required.) Line Int `json:"line"` // Body of the comment to leave. (Required.) Body String `json:"body"` // 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. (Optional.) Side *DiffSide `json:"side,omitempty"` // The first line of the range to which the comment refers. (Optional.) StartLine *Int `json:"startLine,omitempty"` // The side of the diff on which the start line resides. (Optional.) StartSide *DiffSide `json:"startSide,omitempty"` }
DraftPullRequestReviewThread specifies a review comment thread to be left with a Pull Request Review.
type EnterpriseAdministratorInvitationOrder struct { // The field to order enterprise administrator invitations by. (Required.) Field EnterpriseAdministratorInvitationOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
EnterpriseAdministratorInvitationOrder represents ordering options for enterprise administrator invitation connections.
EnterpriseAdministratorInvitationOrderField represents properties by which enterprise administrator invitation connections can be ordered.
const ( EnterpriseAdministratorInvitationOrderFieldCreatedAt EnterpriseAdministratorInvitationOrderField = "CREATED_AT" // Order enterprise administrator member invitations by creation time. )
Properties by which enterprise administrator invitation connections can be ordered.
EnterpriseAdministratorRole represents the possible administrator roles in an enterprise account.
const ( EnterpriseAdministratorRoleOwner EnterpriseAdministratorRole = "OWNER" // Represents an owner of the enterprise account. EnterpriseAdministratorRoleBillingManager EnterpriseAdministratorRole = "BILLING_MANAGER" // Represents a billing manager of the enterprise account. )
The possible administrator roles in an enterprise account.
EnterpriseDefaultRepositoryPermissionSettingValue represents the possible values for the enterprise default repository permission setting.
const ( EnterpriseDefaultRepositoryPermissionSettingValueNoPolicy EnterpriseDefaultRepositoryPermissionSettingValue = "NO_POLICY" // Organizations in the enterprise choose default repository permissions for their members. EnterpriseDefaultRepositoryPermissionSettingValueAdmin EnterpriseDefaultRepositoryPermissionSettingValue = "ADMIN" // Organization members will be able to clone, pull, push, and add new collaborators to all organization repositories. EnterpriseDefaultRepositoryPermissionSettingValueWrite EnterpriseDefaultRepositoryPermissionSettingValue = "WRITE" // Organization members will be able to clone, pull, and push all organization repositories. EnterpriseDefaultRepositoryPermissionSettingValueRead EnterpriseDefaultRepositoryPermissionSettingValue = "READ" // Organization members will be able to clone and pull all organization repositories. EnterpriseDefaultRepositoryPermissionSettingValueNone EnterpriseDefaultRepositoryPermissionSettingValue = "NONE" // Organization members will only be able to clone and pull public repositories. )
The possible values for the enterprise default repository permission setting.
EnterpriseEnabledDisabledSettingValue represents the possible values for an enabled/disabled enterprise setting.
const ( EnterpriseEnabledDisabledSettingValueEnabled EnterpriseEnabledDisabledSettingValue = "ENABLED" // The setting is enabled for organizations in the enterprise. EnterpriseEnabledDisabledSettingValueDisabled EnterpriseEnabledDisabledSettingValue = "DISABLED" // The setting is disabled for organizations in the enterprise. EnterpriseEnabledDisabledSettingValueNoPolicy EnterpriseEnabledDisabledSettingValue = "NO_POLICY" // There is no policy set for organizations in the enterprise. )
The possible values for an enabled/disabled enterprise setting.
EnterpriseEnabledSettingValue represents the possible values for an enabled/no policy enterprise setting.
const ( EnterpriseEnabledSettingValueEnabled EnterpriseEnabledSettingValue = "ENABLED" // The setting is enabled for organizations in the enterprise. EnterpriseEnabledSettingValueNoPolicy EnterpriseEnabledSettingValue = "NO_POLICY" // There is no policy set for organizations in the enterprise. )
The possible values for an enabled/no policy enterprise setting.
type EnterpriseMemberOrder struct { // The field to order enterprise members by. (Required.) Field EnterpriseMemberOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
EnterpriseMemberOrder represents ordering options for enterprise member connections.
EnterpriseMemberOrderField represents properties by which enterprise member connections can be ordered.
const ( EnterpriseMemberOrderFieldLogin EnterpriseMemberOrderField = "LOGIN" // Order enterprise members by login. EnterpriseMemberOrderFieldCreatedAt EnterpriseMemberOrderField = "CREATED_AT" // Order enterprise members by creation time. )
Properties by which enterprise member connections can be ordered.
EnterpriseMembersCanCreateRepositoriesSettingValue represents the possible values for the enterprise members can create repositories setting.
const ( EnterpriseMembersCanCreateRepositoriesSettingValueNoPolicy EnterpriseMembersCanCreateRepositoriesSettingValue = "NO_POLICY" // Organization administrators choose whether to allow members to create repositories. EnterpriseMembersCanCreateRepositoriesSettingValueAll EnterpriseMembersCanCreateRepositoriesSettingValue = "ALL" // Members will be able to create public and private repositories. EnterpriseMembersCanCreateRepositoriesSettingValuePublic EnterpriseMembersCanCreateRepositoriesSettingValue = "PUBLIC" // Members will be able to create only public repositories. EnterpriseMembersCanCreateRepositoriesSettingValuePrivate EnterpriseMembersCanCreateRepositoriesSettingValue = "PRIVATE" // Members will be able to create only private repositories. EnterpriseMembersCanCreateRepositoriesSettingValueDisabled EnterpriseMembersCanCreateRepositoriesSettingValue = "DISABLED" // Members will not be able to create public or private repositories. )
The possible values for the enterprise members can create repositories setting.
EnterpriseMembersCanMakePurchasesSettingValue represents the possible values for the members can make purchases setting.
const ( EnterpriseMembersCanMakePurchasesSettingValueEnabled EnterpriseMembersCanMakePurchasesSettingValue = "ENABLED" // The setting is enabled for organizations in the enterprise. EnterpriseMembersCanMakePurchasesSettingValueDisabled EnterpriseMembersCanMakePurchasesSettingValue = "DISABLED" // The setting is disabled for organizations in the enterprise. )
The possible values for the members can make purchases setting.
type EnterpriseServerInstallationOrder struct { // The field to order Enterprise Server installations by. (Required.) Field EnterpriseServerInstallationOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
EnterpriseServerInstallationOrder represents ordering options for Enterprise Server installation connections.
EnterpriseServerInstallationOrderField represents properties by which Enterprise Server installation connections can be ordered.
const ( EnterpriseServerInstallationOrderFieldHostName EnterpriseServerInstallationOrderField = "HOST_NAME" // Order Enterprise Server installations by host name. EnterpriseServerInstallationOrderFieldCustomerName EnterpriseServerInstallationOrderField = "CUSTOMER_NAME" // Order Enterprise Server installations by customer name. EnterpriseServerInstallationOrderFieldCreatedAt EnterpriseServerInstallationOrderField = "CREATED_AT" // Order Enterprise Server installations by creation time. )
Properties by which Enterprise Server installation connections can be ordered.
type EnterpriseServerUserAccountEmailOrder struct { // The field to order emails by. (Required.) Field EnterpriseServerUserAccountEmailOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
EnterpriseServerUserAccountEmailOrder represents ordering options for Enterprise Server user account email connections.
EnterpriseServerUserAccountEmailOrderField represents properties by which Enterprise Server user account email connections can be ordered.
const ( EnterpriseServerUserAccountEmailOrderFieldEmail EnterpriseServerUserAccountEmailOrderField = "EMAIL" // Order emails by email. )
Properties by which Enterprise Server user account email connections can be ordered.
type EnterpriseServerUserAccountOrder struct { // The field to order user accounts by. (Required.) Field EnterpriseServerUserAccountOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
EnterpriseServerUserAccountOrder represents ordering options for Enterprise Server user account connections.
EnterpriseServerUserAccountOrderField represents properties by which Enterprise Server user account connections can be ordered.
const ( EnterpriseServerUserAccountOrderFieldLogin EnterpriseServerUserAccountOrderField = "LOGIN" // Order user accounts by login. EnterpriseServerUserAccountOrderFieldRemoteCreatedAt EnterpriseServerUserAccountOrderField = "REMOTE_CREATED_AT" // Order user accounts by creation time on the Enterprise Server installation. )
Properties by which Enterprise Server user account connections can be ordered.
type EnterpriseServerUserAccountsUploadOrder struct { // The field to order user accounts uploads by. (Required.) Field EnterpriseServerUserAccountsUploadOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
EnterpriseServerUserAccountsUploadOrder represents ordering options for Enterprise Server user accounts upload connections.
EnterpriseServerUserAccountsUploadOrderField represents properties by which Enterprise Server user accounts upload connections can be ordered.
const ( EnterpriseServerUserAccountsUploadOrderFieldCreatedAt EnterpriseServerUserAccountsUploadOrderField = "CREATED_AT" // Order user accounts uploads by creation time. )
Properties by which Enterprise Server user accounts upload connections can be ordered.
EnterpriseServerUserAccountsUploadSyncState represents synchronization state of the Enterprise Server user accounts upload.
const ( EnterpriseServerUserAccountsUploadSyncStatePending EnterpriseServerUserAccountsUploadSyncState = "PENDING" // The synchronization of the upload is pending. EnterpriseServerUserAccountsUploadSyncStateSuccess EnterpriseServerUserAccountsUploadSyncState = "SUCCESS" // The synchronization of the upload succeeded. EnterpriseServerUserAccountsUploadSyncStateFailure EnterpriseServerUserAccountsUploadSyncState = "FAILURE" // The synchronization of the upload failed. )
Synchronization state of the Enterprise Server user accounts upload.
EnterpriseUserAccountMembershipRole represents the possible roles for enterprise membership.
const ( EnterpriseUserAccountMembershipRoleMember EnterpriseUserAccountMembershipRole = "MEMBER" // The user is a member of the enterprise membership. EnterpriseUserAccountMembershipRoleOwner EnterpriseUserAccountMembershipRole = "OWNER" // The user is an owner of the enterprise membership. )
The possible roles for enterprise membership.
EnterpriseUserDeployment represents the possible GitHub Enterprise deployments where this user can exist.
const ( EnterpriseUserDeploymentCloud EnterpriseUserDeployment = "CLOUD" // The user is part of a GitHub Enterprise Cloud deployment. EnterpriseUserDeploymentServer EnterpriseUserDeployment = "SERVER" // The user is part of a GitHub Enterprise Server deployment. )
The possible GitHub Enterprise deployments where this user can exist.
FileViewedState represents the possible viewed states of a file .
const ( FileViewedStateDismissed FileViewedState = "DISMISSED" // The file has new changes since last viewed. FileViewedStateViewed FileViewedState = "VIEWED" // The file has been marked as viewed. FileViewedStateUnviewed FileViewedState = "UNVIEWED" // The file has not been marked as viewed. )
The possible viewed states of a file .
Float represents signed double-precision fractional values as specified by IEEE 754.
NewFloat is a helper to make a new *Float.
type FollowUserInput struct { // ID of the user to follow. (Required.) UserID ID `json:"userId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
FollowUserInput is an autogenerated input type of FollowUser.
FundingPlatform represents the possible funding platforms for repository funding links.
const ( FundingPlatformGitHub FundingPlatform = "GITHUB" // GitHub funding platform. FundingPlatformPatreon FundingPlatform = "PATREON" // Patreon funding platform. FundingPlatformOpenCollective FundingPlatform = "OPEN_COLLECTIVE" // Open Collective funding platform. FundingPlatformKoFi FundingPlatform = "KO_FI" // Ko-fi funding platform. FundingPlatformTidelift FundingPlatform = "TIDELIFT" // Tidelift funding platform. FundingPlatformCommunityBridge FundingPlatform = "COMMUNITY_BRIDGE" // Community Bridge funding platform. FundingPlatformLiberapay FundingPlatform = "LIBERAPAY" // Liberapay funding platform. FundingPlatformIssuehunt FundingPlatform = "ISSUEHUNT" // IssueHunt funding platform. FundingPlatformOtechie FundingPlatform = "OTECHIE" // Otechie funding platform. FundingPlatformCustom FundingPlatform = "CUSTOM" // Custom funding platform. )
The possible funding platforms for repository funding links.
type GistOrder struct { // The field to order repositories by. (Required.) Field GistOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
GistOrder represents ordering options for gist connections.
GistOrderField represents properties by which gist connections can be ordered.
const ( GistOrderFieldCreatedAt GistOrderField = "CREATED_AT" // Order gists by creation time. GistOrderFieldUpdatedAt GistOrderField = "UPDATED_AT" // Order gists by update time. GistOrderFieldPushedAt GistOrderField = "PUSHED_AT" // Order gists by push time. )
Properties by which gist connections can be ordered.
GistPrivacy represents the privacy of a Gist.
const ( GistPrivacyPublic GistPrivacy = "PUBLIC" // Public. GistPrivacySecret GistPrivacy = "SECRET" // Secret. GistPrivacyAll GistPrivacy = "ALL" // Gists that are public and secret. )
The privacy of a Gist.
GitObjectID is a Git object ID. For example, "912ec1990bd09f8fc128c3fa6b59105085aabc03".
func NewGitObjectID(v GitObjectID) *GitObjectID
NewGitObjectID is a helper to make a new *GitObjectID.
GitSignatureState represents the state of a Git signature.
const ( GitSignatureStateValid GitSignatureState = "VALID" // Valid signature and verified by GitHub. GitSignatureStateInvalid GitSignatureState = "INVALID" // Invalid signature. GitSignatureStateMalformedSig GitSignatureState = "MALFORMED_SIG" // Malformed signature. GitSignatureStateUnknownKey GitSignatureState = "UNKNOWN_KEY" // Key used for signing not known to GitHub. GitSignatureStateBadEmail GitSignatureState = "BAD_EMAIL" // Invalid email used for signing. GitSignatureStateUnverifiedEmail GitSignatureState = "UNVERIFIED_EMAIL" // Email used for signing unverified on GitHub. GitSignatureStateNoUser GitSignatureState = "NO_USER" // Email used for signing not known to GitHub. GitSignatureStateUnknownSigType GitSignatureState = "UNKNOWN_SIG_TYPE" // Unknown signature type. GitSignatureStateUnsigned GitSignatureState = "UNSIGNED" // Unsigned. GitSignatureState = "GPGVERIFY_UNAVAILABLE" // Internal error - the GPG verification service is unavailable at the moment. GitSignatureStateGpgverifyError GitSignatureState = "GPGVERIFY_ERROR" // Internal error - the GPG verification service misbehaved. GitSignatureStateNotSigningKey GitSignatureState = "NOT_SIGNING_KEY" // The usage flags for the key that signed this don't allow signing. GitSignatureStateExpiredKey GitSignatureState = "EXPIRED_KEY" // Signing key expired. GitSignatureStateOcspPending GitSignatureState = "OCSP_PENDING" // Valid signature, pending certificate revocation checking. GitSignatureStateOcspError GitSignatureState = "OCSP_ERROR" // Valid siganture, though certificate revocation check failed. GitSignatureStateBadCert GitSignatureState = "BAD_CERT" // The signing certificate or its chain could not be verified. GitSignatureStateOcspRevoked GitSignatureState = "OCSP_REVOKED" // One or more certificates in chain has been revoked. )
The state of a Git signature.
GitTimestamp is an ISO-8601 encoded date. Unlike the DateTime type, GitTimestamp is not converted in UTC.
func NewGitTimestamp(v GitTimestamp) *GitTimestamp
NewGitTimestamp is a helper to make a new *GitTimestamp.
HTML is a string containing HTML code.
NewHTML is a helper to make a new *HTML.
ID represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "VXNlci0xMA==") or integer (such as 4) input value will be accepted as an ID.
NewID is a helper to make a new *ID.
IdentityProviderConfigurationState represents the possible states in which authentication can be configured with an identity provider.
const ( IdentityProviderConfigurationStateEnforced IdentityProviderConfigurationState = "ENFORCED" // Authentication with an identity provider is configured and enforced. IdentityProviderConfigurationStateConfigured IdentityProviderConfigurationState = "CONFIGURED" // Authentication with an identity provider is configured but not enforced. IdentityProviderConfigurationStateUnconfigured IdentityProviderConfigurationState = "UNCONFIGURED" // Authentication with an identity provider is not configured. )
The possible states in which authentication can be configured with an identity provider.
type Input interface{}
Input represents one of the Input structs:
AcceptEnterpriseAdministratorInvitationInput, AcceptTopicSuggestionInput, AddAssigneesToAssignableInput, AddCommentInput, AddLabelsToLabelableInput, AddProjectCardInput, AddProjectColumnInput, AddPullRequestReviewCommentInput, AddPullRequestReviewInput, AddPullRequestReviewThreadInput, AddReactionInput, AddStarInput, ArchiveRepositoryInput, AuditLogOrder, CancelEnterpriseAdminInvitationInput, ChangeUserStatusInput, CheckAnnotationData, CheckAnnotationRange, CheckRunAction, CheckRunFilter, CheckRunOutput, CheckRunOutputImage, CheckSuiteAutoTriggerPreference, CheckSuiteFilter, ClearLabelsFromLabelableInput, CloneProjectInput, CloneTemplateRepositoryInput, CloseIssueInput, ClosePullRequestInput, CommitAuthor, CommitContributionOrder, ContributionOrder, ConvertProjectCardNoteToIssueInput, CreateBranchProtectionRuleInput, CreateCheckRunInput, CreateCheckSuiteInput, CreateEnterpriseOrganizationInput, CreateIpAllowListEntryInput, CreateIssueInput, CreateProjectInput, CreatePullRequestInput, CreateRefInput, CreateRepositoryInput, CreateTeamDiscussionCommentInput, CreateTeamDiscussionInput, DeclineTopicSuggestionInput, DeleteBranchProtectionRuleInput, DeleteDeploymentInput, DeleteIpAllowListEntryInput, DeleteIssueCommentInput, DeleteIssueInput, DeleteProjectCardInput, DeleteProjectColumnInput, DeleteProjectInput, DeletePullRequestReviewCommentInput, DeletePullRequestReviewInput, DeleteRefInput, DeleteTeamDiscussionCommentInput, DeleteTeamDiscussionInput, DeploymentOrder, DismissPullRequestReviewInput, DraftPullRequestReviewComment, DraftPullRequestReviewThread, EnterpriseAdministratorInvitationOrder, EnterpriseMemberOrder, EnterpriseServerInstallationOrder, EnterpriseServerUserAccountEmailOrder, EnterpriseServerUserAccountOrder, EnterpriseServerUserAccountsUploadOrder, FollowUserInput, GistOrder, InviteEnterpriseAdminInput, IpAllowListEntryOrder, IssueCommentOrder, IssueFilters, IssueOrder, LabelOrder, LanguageOrder, LinkRepositoryToProjectInput, LockLockableInput, MarkFileAsViewedInput, MarkPullRequestReadyForReviewInput, MergeBranchInput, MergePullRequestInput, MilestoneOrder, MinimizeCommentInput, MoveProjectCardInput, MoveProjectColumnInput, OrganizationOrder, PackageFileOrder, PackageOrder, PackageVersionOrder, ProjectOrder, PullRequestOrder, ReactionOrder, RefOrder, RegenerateEnterpriseIdentityProviderRecoveryCodesInput, ReleaseOrder, RemoveAssigneesFromAssignableInput, RemoveEnterpriseAdminInput, RemoveEnterpriseIdentityProviderInput, RemoveEnterpriseOrganizationInput, RemoveLabelsFromLabelableInput, RemoveOutsideCollaboratorInput, RemoveReactionInput, RemoveStarInput, ReopenIssueInput, ReopenPullRequestInput, RepositoryInvitationOrder, RepositoryOrder, RequestReviewsInput, RerequestCheckSuiteInput, ResolveReviewThreadInput, SavedReplyOrder, SecurityAdvisoryIdentifierFilter, SecurityAdvisoryOrder, SecurityVulnerabilityOrder, SetEnterpriseIdentityProviderInput, SetOrganizationInteractionLimitInput, SetRepositoryInteractionLimitInput, SetUserInteractionLimitInput, SponsorsTierOrder, SponsorshipOrder, StarOrder, SubmitPullRequestReviewInput, TeamDiscussionCommentOrder, TeamDiscussionOrder, TeamMemberOrder, TeamOrder, TeamRepositoryOrder, TransferIssueInput, UnarchiveRepositoryInput, UnfollowUserInput, UnlinkRepositoryFromProjectInput, UnlockLockableInput, UnmarkFileAsViewedInput, UnmarkIssueAsDuplicateInput, UnminimizeCommentInput, UnresolveReviewThreadInput, UpdateBranchProtectionRuleInput, UpdateCheckRunInput, UpdateCheckSuitePreferencesInput, UpdateEnterpriseAdministratorRoleInput, UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput, UpdateEnterpriseDefaultRepositoryPermissionSettingInput, UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput, UpdateEnterpriseMembersCanCreateRepositoriesSettingInput, UpdateEnterpriseMembersCanDeleteIssuesSettingInput, UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput, UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput, UpdateEnterpriseMembersCanMakePurchasesSettingInput, UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput, UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput, UpdateEnterpriseOrganizationProjectsSettingInput, UpdateEnterpriseProfileInput, UpdateEnterpriseRepositoryProjectsSettingInput, UpdateEnterpriseTeamDiscussionsSettingInput, UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput, UpdateIpAllowListEnabledSettingInput, UpdateIpAllowListEntryInput, UpdateIssueCommentInput, UpdateIssueInput, UpdateProjectCardInput, UpdateProjectColumnInput, UpdateProjectInput, UpdatePullRequestInput, UpdatePullRequestReviewCommentInput, UpdatePullRequestReviewInput, UpdateRefInput, UpdateRepositoryInput, UpdateSubscriptionInput, UpdateTeamDiscussionCommentInput, UpdateTeamDiscussionInput, UpdateTopicsInput, UserStatusOrder.
Int represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
NewInt is a helper to make a new *Int.
type InviteEnterpriseAdminInput struct { // The ID of the enterprise to which you want to invite an administrator. (Required.) EnterpriseID ID `json:"enterpriseId"` // The login of a user to invite as an administrator. (Optional.) Invitee *String `json:"invitee,omitempty"` // The email of the person to invite as an administrator. (Optional.) Email *String `json:"email,omitempty"` // The role of the administrator. (Optional.) Role *EnterpriseAdministratorRole `json:"role,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
InviteEnterpriseAdminInput is an autogenerated input type of InviteEnterpriseAdmin.
IpAllowListEnabledSettingValue represents the possible values for the IP allow list enabled setting.
const ( IpAllowListEnabledSettingValueEnabled IpAllowListEnabledSettingValue = "ENABLED" // The setting is enabled for the owner. IpAllowListEnabledSettingValueDisabled IpAllowListEnabledSettingValue = "DISABLED" // The setting is disabled for the owner. )
The possible values for the IP allow list enabled setting.
type IpAllowListEntryOrder struct { // The field to order IP allow list entries by. (Required.) Field IpAllowListEntryOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
IpAllowListEntryOrder represents ordering options for IP allow list entry connections.
IpAllowListEntryOrderField represents properties by which IP allow list entry connections can be ordered.
const ( IpAllowListEntryOrderFieldCreatedAt IpAllowListEntryOrderField = "CREATED_AT" // Order IP allow list entries by creation time. IpAllowListEntryOrderFieldAllowListValue IpAllowListEntryOrderField = "ALLOW_LIST_VALUE" // Order IP allow list entries by the allow list value. )
Properties by which IP allow list entry connections can be ordered.
type IssueCommentOrder struct { // The field in which to order issue comments by. (Required.) Field IssueCommentOrderField `json:"field"` // The direction in which to order issue comments by the specified field. (Required.) Direction OrderDirection `json:"direction"` }
IssueCommentOrder represents ways in which lists of issue comments can be ordered upon return.
IssueCommentOrderField represents properties by which issue comment connections can be ordered.
const ( IssueCommentOrderFieldUpdatedAt IssueCommentOrderField = "UPDATED_AT" // Order issue comments by update time. )
Properties by which issue comment connections can be ordered.
type IssueFilters struct { // List issues assigned to given name. Pass in `null` for issues with no assigned user, and `*` for issues assigned to any user. (Optional.) Assignee *String `json:"assignee,omitempty"` // List issues created by given name. (Optional.) CreatedBy *String `json:"createdBy,omitempty"` // List issues where the list of label names exist on the issue. (Optional.) Labels *[]String `json:"labels,omitempty"` // List issues where the given name is mentioned in the issue. (Optional.) Mentioned *String `json:"mentioned,omitempty"` // List issues by given milestone argument. If an string representation of an integer is passed, it should refer to a milestone by its number field. Pass in `null` for issues with no milestone, and `*` for issues that are assigned to any milestone. (Optional.) Milestone *String `json:"milestone,omitempty"` // List issues that have been updated at or after the given date. (Optional.) Since *DateTime `json:"since,omitempty"` // List issues filtered by the list of states given. (Optional.) States *[]IssueState `json:"states,omitempty"` // List issues subscribed to by viewer. (Optional.) ViewerSubscribed *Boolean `json:"viewerSubscribed,omitempty"` }
IssueFilters represents ways in which to filter lists of issues.
type IssueOrder struct { // The field in which to order issues by. (Required.) Field IssueOrderField `json:"field"` // The direction in which to order issues by the specified field. (Required.) Direction OrderDirection `json:"direction"` }
IssueOrder represents ways in which lists of issues can be ordered upon return.
IssueOrderField represents properties by which issue connections can be ordered.
const ( IssueOrderFieldCreatedAt IssueOrderField = "CREATED_AT" // Order issues by creation time. IssueOrderFieldUpdatedAt IssueOrderField = "UPDATED_AT" // Order issues by update time. IssueOrderFieldComments IssueOrderField = "COMMENTS" // Order issues by comment count. )
Properties by which issue connections can be ordered.
IssueState represents the possible states of an issue.
const ( IssueStateOpen IssueState = "OPEN" // An issue that is still open. IssueStateClosed IssueState = "CLOSED" // An issue that has been closed. )
The possible states of an issue.
IssueTimelineItemsItemType represents the possible item types found in a timeline.
const ( IssueTimelineItemsItemTypeIssueComment IssueTimelineItemsItemType = "ISSUE_COMMENT" // Represents a comment on an Issue. IssueTimelineItemsItemTypeCrossReferencedEvent IssueTimelineItemsItemType = "CROSS_REFERENCED_EVENT" // Represents a mention made by one issue or pull request to another. IssueTimelineItemsItemTypeAddedToProjectEvent IssueTimelineItemsItemType = "ADDED_TO_PROJECT_EVENT" // Represents a 'added_to_project' event on a given issue or pull request. IssueTimelineItemsItemTypeAssignedEvent IssueTimelineItemsItemType = "ASSIGNED_EVENT" // Represents an 'assigned' event on any assignable object. IssueTimelineItemsItemTypeClosedEvent IssueTimelineItemsItemType = "CLOSED_EVENT" // Represents a 'closed' event on any `Closable`. IssueTimelineItemsItemTypeCommentDeletedEvent IssueTimelineItemsItemType = "COMMENT_DELETED_EVENT" // Represents a 'comment_deleted' event on a given issue or pull request. IssueTimelineItemsItemTypeConnectedEvent IssueTimelineItemsItemType = "CONNECTED_EVENT" // Represents a 'connected' event on a given issue or pull request. IssueTimelineItemsItemTypeConvertedNoteToIssueEvent IssueTimelineItemsItemType = "CONVERTED_NOTE_TO_ISSUE_EVENT" // Represents a 'converted_note_to_issue' event on a given issue or pull request. IssueTimelineItemsItemTypeDemilestonedEvent IssueTimelineItemsItemType = "DEMILESTONED_EVENT" // Represents a 'demilestoned' event on a given issue or pull request. IssueTimelineItemsItemTypeDisconnectedEvent IssueTimelineItemsItemType = "DISCONNECTED_EVENT" // Represents a 'disconnected' event on a given issue or pull request. IssueTimelineItemsItemTypeLabeledEvent IssueTimelineItemsItemType = "LABELED_EVENT" // Represents a 'labeled' event on a given issue or pull request. IssueTimelineItemsItemTypeLockedEvent IssueTimelineItemsItemType = "LOCKED_EVENT" // Represents a 'locked' event on a given issue or pull request. IssueTimelineItemsItemTypeMarkedAsDuplicateEvent IssueTimelineItemsItemType = "MARKED_AS_DUPLICATE_EVENT" // Represents a 'marked_as_duplicate' event on a given issue or pull request. IssueTimelineItemsItemTypeMentionedEvent IssueTimelineItemsItemType = "MENTIONED_EVENT" // Represents a 'mentioned' event on a given issue or pull request. IssueTimelineItemsItemTypeMilestonedEvent IssueTimelineItemsItemType = "MILESTONED_EVENT" // Represents a 'milestoned' event on a given issue or pull request. IssueTimelineItemsItemTypeMovedColumnsInProjectEvent IssueTimelineItemsItemType = "MOVED_COLUMNS_IN_PROJECT_EVENT" // Represents a 'moved_columns_in_project' event on a given issue or pull request. IssueTimelineItemsItemTypePinnedEvent IssueTimelineItemsItemType = "PINNED_EVENT" // Represents a 'pinned' event on a given issue or pull request. IssueTimelineItemsItemTypeReferencedEvent IssueTimelineItemsItemType = "REFERENCED_EVENT" // Represents a 'referenced' event on a given `ReferencedSubject`. IssueTimelineItemsItemTypeRemovedFromProjectEvent IssueTimelineItemsItemType = "REMOVED_FROM_PROJECT_EVENT" // Represents a 'removed_from_project' event on a given issue or pull request. IssueTimelineItemsItemTypeRenamedTitleEvent IssueTimelineItemsItemType = "RENAMED_TITLE_EVENT" // Represents a 'renamed' event on a given issue or pull request. IssueTimelineItemsItemTypeReopenedEvent IssueTimelineItemsItemType = "REOPENED_EVENT" // Represents a 'reopened' event on any `Closable`. IssueTimelineItemsItemTypeSubscribedEvent IssueTimelineItemsItemType = "SUBSCRIBED_EVENT" // Represents a 'subscribed' event on a given `Subscribable`. IssueTimelineItemsItemTypeTransferredEvent IssueTimelineItemsItemType = "TRANSFERRED_EVENT" // Represents a 'transferred' event on a given issue or pull request. IssueTimelineItemsItemTypeUnassignedEvent IssueTimelineItemsItemType = "UNASSIGNED_EVENT" // Represents an 'unassigned' event on any assignable object. IssueTimelineItemsItemTypeUnlabeledEvent IssueTimelineItemsItemType = "UNLABELED_EVENT" // Represents an 'unlabeled' event on a given issue or pull request. IssueTimelineItemsItemTypeUnlockedEvent IssueTimelineItemsItemType = "UNLOCKED_EVENT" // Represents an 'unlocked' event on a given issue or pull request. IssueTimelineItemsItemTypeUserBlockedEvent IssueTimelineItemsItemType = "USER_BLOCKED_EVENT" // Represents a 'user_blocked' event on a given user. IssueTimelineItemsItemTypeUnmarkedAsDuplicateEvent IssueTimelineItemsItemType = "UNMARKED_AS_DUPLICATE_EVENT" // Represents an 'unmarked_as_duplicate' event on a given issue or pull request. IssueTimelineItemsItemTypeUnpinnedEvent IssueTimelineItemsItemType = "UNPINNED_EVENT" // Represents an 'unpinned' event on a given issue or pull request. IssueTimelineItemsItemTypeUnsubscribedEvent IssueTimelineItemsItemType = "UNSUBSCRIBED_EVENT" // Represents an 'unsubscribed' event on a given `Subscribable`. )
The possible item types found in a timeline.
type LabelOrder struct { // The field in which to order labels by. (Required.) Field LabelOrderField `json:"field"` // The direction in which to order labels by the specified field. (Required.) Direction OrderDirection `json:"direction"` }
LabelOrder represents ways in which lists of labels can be ordered upon return.
LabelOrderField represents properties by which label connections can be ordered.
const ( LabelOrderFieldName LabelOrderField = "NAME" // Order labels by name. LabelOrderFieldCreatedAt LabelOrderField = "CREATED_AT" // Order labels by creation time. )
Properties by which label connections can be ordered.
type LanguageOrder struct { // The field to order languages by. (Required.) Field LanguageOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
LanguageOrder represents ordering options for language connections.
LanguageOrderField represents properties by which language connections can be ordered.
const ( LanguageOrderFieldSize LanguageOrderField = "SIZE" // Order languages by the size of all files containing the language. )
Properties by which language connections can be ordered.
type LinkRepositoryToProjectInput struct { // The ID of the Project to link to a Repository. (Required.) ProjectID ID `json:"projectId"` // The ID of the Repository to link to a Project. (Required.) RepositoryID ID `json:"repositoryId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
LinkRepositoryToProjectInput is an autogenerated input type of LinkRepositoryToProject.
type LockLockableInput struct { // ID of the item to be locked. (Required.) LockableID ID `json:"lockableId"` // A reason for why the item will be locked. (Optional.) LockReason *LockReason `json:"lockReason,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
LockLockableInput is an autogenerated input type of LockLockable.
LockReason represents the possible reasons that an issue or pull request was locked.
const ( LockReasonOffTopic LockReason = "OFF_TOPIC" // The issue or pull request was locked because the conversation was off-topic. LockReasonTooHeated LockReason = "TOO_HEATED" // The issue or pull request was locked because the conversation was too heated. LockReasonResolved LockReason = "RESOLVED" // The issue or pull request was locked because the conversation was resolved. LockReasonSpam LockReason = "SPAM" // The issue or pull request was locked because the conversation was spam. )
The possible reasons that an issue or pull request was locked.
type MarkFileAsViewedInput struct { // The Node ID of the pull request. (Required.) PullRequestID ID `json:"pullRequestId"` // The path of the file to mark as viewed. (Required.) Path String `json:"path"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
MarkFileAsViewedInput is an autogenerated input type of MarkFileAsViewed.
type MarkPullRequestReadyForReviewInput struct { // ID of the pull request to be marked as ready for review. (Required.) PullRequestID ID `json:"pullRequestId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
MarkPullRequestReadyForReviewInput is an autogenerated input type of MarkPullRequestReadyForReview.
type MergeBranchInput struct { // The Node ID of the Repository containing the base branch that will be modified. (Required.) RepositoryID ID `json:"repositoryId"` // The name of the base branch that the provided head will be merged into. (Required.) Base String `json:"base"` // The head to merge into the base branch. This can be a branch name or a commit GitObjectID. (Required.) Head String `json:"head"` // Message to use for the merge commit. If omitted, a default will be used. (Optional.) CommitMessage *String `json:"commitMessage,omitempty"` // The email address to associate with this commit. (Optional.) AuthorEmail *String `json:"authorEmail,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
MergeBranchInput is an autogenerated input type of MergeBranch.
type MergePullRequestInput struct { // ID of the pull request to be merged. (Required.) PullRequestID ID `json:"pullRequestId"` // Commit headline to use for the merge commit; if omitted, a default message will be used. (Optional.) CommitHeadline *String `json:"commitHeadline,omitempty"` // Commit body to use for the merge commit; if omitted, a default message will be used. (Optional.) CommitBody *String `json:"commitBody,omitempty"` // OID that the pull request head ref must match to allow merge; if omitted, no check is performed. (Optional.) ExpectedHeadOid *GitObjectID `json:"expectedHeadOid,omitempty"` // The merge method to use. If omitted, defaults to 'MERGE'. (Optional.) MergeMethod *PullRequestMergeMethod `json:"mergeMethod,omitempty"` // The email address to associate with this merge. (Optional.) AuthorEmail *String `json:"authorEmail,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
MergePullRequestInput is an autogenerated input type of MergePullRequest.
MergeableState represents whether or not a PullRequest can be merged.
const ( MergeableStateMergeable MergeableState = "MERGEABLE" // The pull request can be merged. MergeableStateConflicting MergeableState = "CONFLICTING" // The pull request cannot be merged due to merge conflicts. MergeableStateUnknown MergeableState = "UNKNOWN" // The mergeability of the pull request is still being calculated. )
Whether or not a PullRequest can be merged.
type MilestoneOrder struct { // The field to order milestones by. (Required.) Field MilestoneOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
MilestoneOrder represents ordering options for milestone connections.
MilestoneOrderField represents properties by which milestone connections can be ordered.
const ( MilestoneOrderFieldDueDate MilestoneOrderField = "DUE_DATE" // Order milestones by when they are due. MilestoneOrderFieldCreatedAt MilestoneOrderField = "CREATED_AT" // Order milestones by when they were created. MilestoneOrderFieldUpdatedAt MilestoneOrderField = "UPDATED_AT" // Order milestones by when they were last updated. MilestoneOrderFieldNumber MilestoneOrderField = "NUMBER" // Order milestones by their number. )
Properties by which milestone connections can be ordered.
MilestoneState represents the possible states of a milestone.
const ( MilestoneStateOpen MilestoneState = "OPEN" // A milestone that is still open. MilestoneStateClosed MilestoneState = "CLOSED" // A milestone that has been closed. )
The possible states of a milestone.
type MinimizeCommentInput struct { // The Node ID of the subject to modify. (Required.) SubjectID ID `json:"subjectId"` // The classification of comment. (Required.) Classifier ReportedContentClassifiers `json:"classifier"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
MinimizeCommentInput is an autogenerated input type of MinimizeComment.
type MoveProjectCardInput struct { // The id of the card to move. (Required.) CardID ID `json:"cardId"` // The id of the column to move it into. (Required.) ColumnID ID `json:"columnId"` // Place the new card after the card with this id. Pass null to place it at the top. (Optional.) AfterCardID *ID `json:"afterCardId,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
MoveProjectCardInput is an autogenerated input type of MoveProjectCard.
type MoveProjectColumnInput struct { // The id of the column to move. (Required.) ColumnID ID `json:"columnId"` // Place the new column after the column with this id. Pass null to place it at the front. (Optional.) AfterColumnID *ID `json:"afterColumnId,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
MoveProjectColumnInput is an autogenerated input type of MoveProjectColumn.
OauthApplicationCreateAuditEntryState represents the state of an OAuth Application when it was created.
const ( OauthApplicationCreateAuditEntryStateActive OauthApplicationCreateAuditEntryState = "ACTIVE" // The OAuth Application was active and allowed to have OAuth Accesses. OauthApplicationCreateAuditEntryStateSuspended OauthApplicationCreateAuditEntryState = "SUSPENDED" // The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns. OauthApplicationCreateAuditEntryStatePendingDeletion OauthApplicationCreateAuditEntryState = "PENDING_DELETION" // The OAuth Application was in the process of being deleted. )
The state of an OAuth Application when it was created.
OperationType represents the corresponding operation type for the action.
const ( OperationTypeAccess OperationType = "ACCESS" // An existing resource was accessed. OperationTypeAuthentication OperationType = "AUTHENTICATION" // A resource performed an authentication event. OperationTypeCreate OperationType = "CREATE" // A new resource was created. OperationTypeModify OperationType = "MODIFY" // An existing resource was modified. OperationTypeRemove OperationType = "REMOVE" // An existing resource was removed. OperationTypeRestore OperationType = "RESTORE" // An existing resource was restored. OperationTypeTransfer OperationType = "TRANSFER" // An existing resource was transferred between multiple resources. )
The corresponding operation type for the action.
OrderDirection represents possible directions in which to order a list of items when provided an `orderBy` argument.
const ( OrderDirectionAsc OrderDirection = "ASC" // Specifies an ascending order for a given `orderBy` argument. OrderDirectionDesc OrderDirection = "DESC" // Specifies a descending order for a given `orderBy` argument. )
Possible directions in which to order a list of items when provided an `orderBy` argument.
OrgAddMemberAuditEntryPermission represents the permissions available to members on an Organization.
const ( OrgAddMemberAuditEntryPermissionRead OrgAddMemberAuditEntryPermission = "READ" // Can read and clone repositories. OrgAddMemberAuditEntryPermissionAdmin OrgAddMemberAuditEntryPermission = "ADMIN" // Can read, clone, push, and add collaborators to repositories. )
The permissions available to members on an Organization.
OrgCreateAuditEntryBillingPlan represents the billing plans available for organizations.
const ( OrgCreateAuditEntryBillingPlanFree OrgCreateAuditEntryBillingPlan = "FREE" // Free Plan. OrgCreateAuditEntryBillingPlanBusiness OrgCreateAuditEntryBillingPlan = "BUSINESS" // Team Plan. OrgCreateAuditEntryBillingPlanBusinessPlus OrgCreateAuditEntryBillingPlan = "BUSINESS_PLUS" // Enterprise Cloud Plan. OrgCreateAuditEntryBillingPlanUnlimited OrgCreateAuditEntryBillingPlan = "UNLIMITED" // Legacy Unlimited Plan. OrgCreateAuditEntryBillingPlanTieredPerSeat OrgCreateAuditEntryBillingPlan = "TIERED_PER_SEAT" // Tiered Per Seat Plan. )
The billing plans available for organizations.
OrgRemoveBillingManagerAuditEntryReason represents the reason a billing manager was removed from an Organization.
const ( OrgRemoveBillingManagerAuditEntryReasonTwoFactorRequirementNonCompliance OrgRemoveBillingManagerAuditEntryReason = "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE" // The organization required 2FA of its billing managers and this user did not have 2FA enabled. OrgRemoveBillingManagerAuditEntryReasonSamlExternalIdentityMissing OrgRemoveBillingManagerAuditEntryReason = "SAML_EXTERNAL_IDENTITY_MISSING" // SAML external identity missing. OrgRemoveBillingManagerAuditEntryReasonSamlSsoEnforcementRequiresExternalIdentity OrgRemoveBillingManagerAuditEntryReason = "SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY" // SAML SSO enforcement requires an external identity. )
The reason a billing manager was removed from an Organization.
OrgRemoveMemberAuditEntryMembershipType represents the type of membership a user has with an Organization.
const ( OrgRemoveMemberAuditEntryMembershipTypeDirectMember OrgRemoveMemberAuditEntryMembershipType = "DIRECT_MEMBER" // A direct member is a user that is a member of the Organization. OrgRemoveMemberAuditEntryMembershipTypeAdmin OrgRemoveMemberAuditEntryMembershipType = "ADMIN" // Organization administrators have full access and can change several settings, including the names of repositories that belong to the Organization and Owners team membership. In addition, organization admins can delete the organization and all of its repositories. OrgRemoveMemberAuditEntryMembershipTypeBillingManager OrgRemoveMemberAuditEntryMembershipType = "BILLING_MANAGER" // A billing manager is a user who manages the billing settings for the Organization, such as updating payment information. OrgRemoveMemberAuditEntryMembershipTypeUnaffiliated OrgRemoveMemberAuditEntryMembershipType = "UNAFFILIATED" // An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the Organization. OrgRemoveMemberAuditEntryMembershipTypeOutsideCollaborator OrgRemoveMemberAuditEntryMembershipType = "OUTSIDE_COLLABORATOR" // An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization. )
The type of membership a user has with an Organization.
OrgRemoveMemberAuditEntryReason represents the reason a member was removed from an Organization.
const ( OrgRemoveMemberAuditEntryReasonTwoFactorRequirementNonCompliance OrgRemoveMemberAuditEntryReason = "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE" // The organization required 2FA of its billing managers and this user did not have 2FA enabled. OrgRemoveMemberAuditEntryReasonSamlExternalIdentityMissing OrgRemoveMemberAuditEntryReason = "SAML_EXTERNAL_IDENTITY_MISSING" // SAML external identity missing. OrgRemoveMemberAuditEntryReasonSamlSsoEnforcementRequiresExternalIdentity OrgRemoveMemberAuditEntryReason = "SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY" // SAML SSO enforcement requires an external identity. OrgRemoveMemberAuditEntryReasonUserAccountDeleted OrgRemoveMemberAuditEntryReason = "USER_ACCOUNT_DELETED" // User account has been deleted. OrgRemoveMemberAuditEntryReasonTwoFactorAccountRecovery OrgRemoveMemberAuditEntryReason = "TWO_FACTOR_ACCOUNT_RECOVERY" // User was removed from organization during account recovery. )
The reason a member was removed from an Organization.
OrgRemoveOutsideCollaboratorAuditEntryMembershipType represents the type of membership a user has with an Organization.
const ( OrgRemoveOutsideCollaboratorAuditEntryMembershipTypeOutsideCollaborator OrgRemoveOutsideCollaboratorAuditEntryMembershipType = "OUTSIDE_COLLABORATOR" // An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization. OrgRemoveOutsideCollaboratorAuditEntryMembershipTypeUnaffiliated OrgRemoveOutsideCollaboratorAuditEntryMembershipType = "UNAFFILIATED" // An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the organization. OrgRemoveOutsideCollaboratorAuditEntryMembershipTypeBillingManager OrgRemoveOutsideCollaboratorAuditEntryMembershipType = "BILLING_MANAGER" // A billing manager is a user who manages the billing settings for the Organization, such as updating payment information. )
The type of membership a user has with an Organization.
OrgRemoveOutsideCollaboratorAuditEntryReason represents the reason an outside collaborator was removed from an Organization.
const ( OrgRemoveOutsideCollaboratorAuditEntryReasonTwoFactorRequirementNonCompliance OrgRemoveOutsideCollaboratorAuditEntryReason = "TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE" // The organization required 2FA of its billing managers and this user did not have 2FA enabled. OrgRemoveOutsideCollaboratorAuditEntryReasonSamlExternalIdentityMissing OrgRemoveOutsideCollaboratorAuditEntryReason = "SAML_EXTERNAL_IDENTITY_MISSING" // SAML external identity missing. )
The reason an outside collaborator was removed from an Organization.
OrgUpdateDefaultRepositoryPermissionAuditEntryPermission represents the default permission a repository can have in an Organization.
const ( OrgUpdateDefaultRepositoryPermissionAuditEntryPermissionRead OrgUpdateDefaultRepositoryPermissionAuditEntryPermission = "READ" // Can read and clone repositories. OrgUpdateDefaultRepositoryPermissionAuditEntryPermissionWrite OrgUpdateDefaultRepositoryPermissionAuditEntryPermission = "WRITE" // Can read, clone and push to repositories. OrgUpdateDefaultRepositoryPermissionAuditEntryPermissionAdmin OrgUpdateDefaultRepositoryPermissionAuditEntryPermission = "ADMIN" // Can read, clone, push, and add collaborators to repositories. OrgUpdateDefaultRepositoryPermissionAuditEntryPermissionNone OrgUpdateDefaultRepositoryPermissionAuditEntryPermission = "NONE" // No default permission value. )
The default permission a repository can have in an Organization.
OrgUpdateMemberAuditEntryPermission represents the permissions available to members on an Organization.
const ( OrgUpdateMemberAuditEntryPermissionRead OrgUpdateMemberAuditEntryPermission = "READ" // Can read and clone repositories. OrgUpdateMemberAuditEntryPermissionAdmin OrgUpdateMemberAuditEntryPermission = "ADMIN" // Can read, clone, push, and add collaborators to repositories. )
The permissions available to members on an Organization.
OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility represents the permissions available for repository creation on an Organization.
const ( OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibilityAll OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility = "ALL" // All organization members are restricted from creating any repositories. OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibilityPublic OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility = "PUBLIC" // All organization members are restricted from creating public repositories. OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibilityNone OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility = "NONE" // All organization members are allowed to create any repositories. OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibilityPrivate OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility = "PRIVATE" // All organization members are restricted from creating private repositories. OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibilityInternal OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility = "INTERNAL" // All organization members are restricted from creating internal repositories. OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibilityPublicInternal OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility = "PUBLIC_INTERNAL" // All organization members are restricted from creating public or internal repositories. OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibilityPrivateInternal OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility = "PRIVATE_INTERNAL" // All organization members are restricted from creating private or internal repositories. OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibilityPublicPrivate OrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility = "PUBLIC_PRIVATE" // All organization members are restricted from creating public or private repositories. )
The permissions available for repository creation on an Organization.
OrganizationInvitationRole represents the possible organization invitation roles.
const ( OrganizationInvitationRoleDirectMember OrganizationInvitationRole = "DIRECT_MEMBER" // The user is invited to be a direct member of the organization. OrganizationInvitationRoleAdmin OrganizationInvitationRole = "ADMIN" // The user is invited to be an admin of the organization. OrganizationInvitationRoleBillingManager OrganizationInvitationRole = "BILLING_MANAGER" // The user is invited to be a billing manager of the organization. OrganizationInvitationRoleReinstate OrganizationInvitationRole = "REINSTATE" // The user's previous role will be reinstated. )
The possible organization invitation roles.
OrganizationInvitationType represents the possible organization invitation types.
const ( OrganizationInvitationTypeUser OrganizationInvitationType = "USER" // The invitation was to an existing user. OrganizationInvitationTypeEmail OrganizationInvitationType = "EMAIL" // The invitation was to an email address. )
The possible organization invitation types.
OrganizationMemberRole represents the possible roles within an organization for its members.
const ( OrganizationMemberRoleMember OrganizationMemberRole = "MEMBER" // The user is a member of the organization. OrganizationMemberRoleAdmin OrganizationMemberRole = "ADMIN" // The user is an administrator of the organization. )
The possible roles within an organization for its members.
OrganizationMembersCanCreateRepositoriesSettingValue represents the possible values for the members can create repositories setting on an organization.
const ( OrganizationMembersCanCreateRepositoriesSettingValueAll OrganizationMembersCanCreateRepositoriesSettingValue = "ALL" // Members will be able to create public and private repositories. OrganizationMembersCanCreateRepositoriesSettingValuePrivate OrganizationMembersCanCreateRepositoriesSettingValue = "PRIVATE" // Members will be able to create only private repositories. OrganizationMembersCanCreateRepositoriesSettingValueDisabled OrganizationMembersCanCreateRepositoriesSettingValue = "DISABLED" // Members will not be able to create public or private repositories. )
The possible values for the members can create repositories setting on an organization.
type OrganizationOrder struct { // The field to order organizations by. (Required.) Field OrganizationOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
OrganizationOrder represents ordering options for organization connections.
OrganizationOrderField represents properties by which organization connections can be ordered.
const ( OrganizationOrderFieldCreatedAt OrganizationOrderField = "CREATED_AT" // Order organizations by creation time. OrganizationOrderFieldLogin OrganizationOrderField = "LOGIN" // Order organizations by login. )
Properties by which organization connections can be ordered.
type PackageFileOrder struct { // The field in which to order package files by. (Optional.) Field *PackageFileOrderField `json:"field,omitempty"` // The direction in which to order package files by the specified field. (Optional.) Direction *OrderDirection `json:"direction,omitempty"` }
PackageFileOrder represents ways in which lists of package files can be ordered upon return.
PackageFileOrderField represents properties by which package file connections can be ordered.
const ( PackageFileOrderFieldCreatedAt PackageFileOrderField = "CREATED_AT" // Order package files by creation time. )
Properties by which package file connections can be ordered.
type PackageOrder struct { // The field in which to order packages by. (Optional.) Field *PackageOrderField `json:"field,omitempty"` // The direction in which to order packages by the specified field. (Optional.) Direction *OrderDirection `json:"direction,omitempty"` }
PackageOrder represents ways in which lists of packages can be ordered upon return.
PackageOrderField represents properties by which package connections can be ordered.
const ( PackageOrderFieldCreatedAt PackageOrderField = "CREATED_AT" // Order packages by creation time. )
Properties by which package connections can be ordered.
PackageType represents the possible types of a package.
const ( PackageTypeNpm PackageType = "NPM" // An npm package. PackageTypeRubygems PackageType = "RUBYGEMS" // A rubygems package. PackageTypeMaven PackageType = "MAVEN" // A maven package. PackageTypeDocker PackageType = "DOCKER" // A docker image. PackageTypeDebian PackageType = "DEBIAN" // A debian package. PackageTypeNuget PackageType = "NUGET" // A nuget package. PackageTypePypi PackageType = "PYPI" // A python package. )
The possible types of a package.
type PackageVersionOrder struct { // The field in which to order package versions by. (Optional.) Field *PackageVersionOrderField `json:"field,omitempty"` // The direction in which to order package versions by the specified field. (Optional.) Direction *OrderDirection `json:"direction,omitempty"` }
PackageVersionOrder represents ways in which lists of package versions can be ordered upon return.
PackageVersionOrderField represents properties by which package version connections can be ordered.
const ( PackageVersionOrderFieldCreatedAt PackageVersionOrderField = "CREATED_AT" // Order package versions by creation time. )
Properties by which package version connections can be ordered.
PinnableItemType represents represents items that can be pinned to a profile page or dashboard.
const ( PinnableItemTypeRepository PinnableItemType = "REPOSITORY" // A repository. PinnableItemTypeGist PinnableItemType = "GIST" // A gist. PinnableItemTypeIssue PinnableItemType = "ISSUE" // An issue. PinnableItemTypeProject PinnableItemType = "PROJECT" // A project. PinnableItemTypePullRequest PinnableItemType = "PULL_REQUEST" // A pull request. PinnableItemTypeUser PinnableItemType = "USER" // A user. PinnableItemTypeOrganization PinnableItemType = "ORGANIZATION" // An organization. PinnableItemTypeTeam PinnableItemType = "TEAM" // A team. )
Represents items that can be pinned to a profile page or dashboard.
ProjectCardArchivedState represents the possible archived states of a project card.
const ( ProjectCardArchivedStateArchived ProjectCardArchivedState = "ARCHIVED" // A project card that is archived. ProjectCardArchivedStateNotArchived ProjectCardArchivedState = "NOT_ARCHIVED" // A project card that is not archived. )
The possible archived states of a project card.
ProjectCardState represents various content states of a ProjectCard.
const ( ProjectCardStateContentOnly ProjectCardState = "CONTENT_ONLY" // The card has content only. ProjectCardStateNoteOnly ProjectCardState = "NOTE_ONLY" // The card has a note only. ProjectCardStateRedacted ProjectCardState = "REDACTED" // The card is redacted. )
Various content states of a ProjectCard.
ProjectColumnPurpose represents the semantic purpose of the column - todo, in progress, or done.
const ( ProjectColumnPurposeTodo ProjectColumnPurpose = "TODO" // The column contains cards still to be worked on. ProjectColumnPurposeInProgress ProjectColumnPurpose = "IN_PROGRESS" // The column contains cards which are currently being worked on. ProjectColumnPurposeDone ProjectColumnPurpose = "DONE" // The column contains cards which are complete. )
The semantic purpose of the column - todo, in progress, or done.
type ProjectOrder struct { // The field in which to order projects by. (Required.) Field ProjectOrderField `json:"field"` // The direction in which to order projects by the specified field. (Required.) Direction OrderDirection `json:"direction"` }
ProjectOrder represents ways in which lists of projects can be ordered upon return.
ProjectOrderField represents properties by which project connections can be ordered.
const ( ProjectOrderFieldCreatedAt ProjectOrderField = "CREATED_AT" // Order projects by creation time. ProjectOrderFieldUpdatedAt ProjectOrderField = "UPDATED_AT" // Order projects by update time. ProjectOrderFieldName ProjectOrderField = "NAME" // Order projects by name. )
Properties by which project connections can be ordered.
ProjectState represents state of the project; either 'open' or 'closed'.
const ( ProjectStateOpen ProjectState = "OPEN" // The project is open. ProjectStateClosed ProjectState = "CLOSED" // The project is closed. )
State of the project; either 'open' or 'closed'.
ProjectTemplate represents gitHub-provided templates for Projects.
const ( ProjectTemplateBasicKanban ProjectTemplate = "BASIC_KANBAN" // Create a board with columns for To do, In progress and Done. ProjectTemplateAutomatedKanbanV2 ProjectTemplate = "AUTOMATED_KANBAN_V2" // Create a board with v2 triggers to automatically move cards across To do, In progress and Done columns. ProjectTemplateAutomatedReviewsKanban ProjectTemplate = "AUTOMATED_REVIEWS_KANBAN" // Create a board with triggers to automatically move cards across columns with review automation. ProjectTemplateBugTriage ProjectTemplate = "BUG_TRIAGE" // Create a board to triage and prioritize bugs with To do, priority, and Done columns. )
GitHub-provided templates for Projects.
PullRequestMergeMethod represents represents available types of methods to use when merging a pull request.
const ( PullRequestMergeMethodMerge PullRequestMergeMethod = "MERGE" // Add all commits from the head branch to the base branch with a merge commit. PullRequestMergeMethodSquash PullRequestMergeMethod = "SQUASH" // Combine all commits from the head branch into a single commit in the base branch. PullRequestMergeMethodRebase PullRequestMergeMethod = "REBASE" // Add all commits from the head branch onto the base branch individually. )
Represents available types of methods to use when merging a pull request.
type PullRequestOrder struct { // The field in which to order pull requests by. (Required.) Field PullRequestOrderField `json:"field"` // The direction in which to order pull requests by the specified field. (Required.) Direction OrderDirection `json:"direction"` }
PullRequestOrder represents ways in which lists of issues can be ordered upon return.
PullRequestOrderField represents properties by which pull_requests connections can be ordered.
const ( PullRequestOrderFieldCreatedAt PullRequestOrderField = "CREATED_AT" // Order pull_requests by creation time. PullRequestOrderFieldUpdatedAt PullRequestOrderField = "UPDATED_AT" // Order pull_requests by update time. )
Properties by which pull_requests connections can be ordered.
PullRequestReviewCommentState represents the possible states of a pull request review comment.
const ( PullRequestReviewCommentStatePending PullRequestReviewCommentState = "PENDING" // A comment that is part of a pending review. PullRequestReviewCommentStateSubmitted PullRequestReviewCommentState = "SUBMITTED" // A comment that is part of a submitted review. )
The possible states of a pull request review comment.
PullRequestReviewDecision represents the review status of a pull request.
const ( PullRequestReviewDecisionChangesRequested PullRequestReviewDecision = "CHANGES_REQUESTED" // Changes have been requested on the pull request. PullRequestReviewDecisionApproved PullRequestReviewDecision = "APPROVED" // The pull request has received an approving review. PullRequestReviewDecisionReviewRequired PullRequestReviewDecision = "REVIEW_REQUIRED" // A review is required before the pull request can be merged. )
The review status of a pull request.
PullRequestReviewEvent represents the possible events to perform on a pull request review.
const ( PullRequestReviewEventComment PullRequestReviewEvent = "COMMENT" // Submit general feedback without explicit approval. PullRequestReviewEventApprove PullRequestReviewEvent = "APPROVE" // Submit feedback and approve merging these changes. PullRequestReviewEventRequestChanges PullRequestReviewEvent = "REQUEST_CHANGES" // Submit feedback that must be addressed before merging. PullRequestReviewEventDismiss PullRequestReviewEvent = "DISMISS" // Dismiss review so it now longer effects merging. )
The possible events to perform on a pull request review.
PullRequestReviewState represents the possible states of a pull request review.
const ( PullRequestReviewStatePending PullRequestReviewState = "PENDING" // A review that has not yet been submitted. PullRequestReviewStateCommented PullRequestReviewState = "COMMENTED" // An informational review. PullRequestReviewStateApproved PullRequestReviewState = "APPROVED" // A review allowing the pull request to merge. PullRequestReviewStateChangesRequested PullRequestReviewState = "CHANGES_REQUESTED" // A review blocking the pull request from merging. PullRequestReviewStateDismissed PullRequestReviewState = "DISMISSED" // A review that has been dismissed. )
The possible states of a pull request review.
PullRequestState represents the possible states of a pull request.
const ( PullRequestStateOpen PullRequestState = "OPEN" // A pull request that is still open. PullRequestStateClosed PullRequestState = "CLOSED" // A pull request that has been closed without being merged. PullRequestStateMerged PullRequestState = "MERGED" // A pull request that has been closed by being merged. )
The possible states of a pull request.
PullRequestTimelineItemsItemType represents the possible item types found in a timeline.
const ( PullRequestTimelineItemsItemTypePullRequestCommit PullRequestTimelineItemsItemType = "PULL_REQUEST_COMMIT" // Represents a Git commit part of a pull request. PullRequestTimelineItemsItemTypePullRequestCommitCommentThread PullRequestTimelineItemsItemType = "PULL_REQUEST_COMMIT_COMMENT_THREAD" // Represents a commit comment thread part of a pull request. PullRequestTimelineItemsItemTypePullRequestReview PullRequestTimelineItemsItemType = "PULL_REQUEST_REVIEW" // A review object for a given pull request. PullRequestTimelineItemsItemTypePullRequestReviewThread PullRequestTimelineItemsItemType = "PULL_REQUEST_REVIEW_THREAD" // A threaded list of comments for a given pull request. PullRequestTimelineItemsItemTypePullRequestRevisionMarker PullRequestTimelineItemsItemType = "PULL_REQUEST_REVISION_MARKER" // Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits. PullRequestTimelineItemsItemTypeAutomaticBaseChangeFailedEvent PullRequestTimelineItemsItemType = "AUTOMATIC_BASE_CHANGE_FAILED_EVENT" // Represents a 'automatic_base_change_failed' event on a given pull request. PullRequestTimelineItemsItemTypeAutomaticBaseChangeSucceededEvent PullRequestTimelineItemsItemType = "AUTOMATIC_BASE_CHANGE_SUCCEEDED_EVENT" // Represents a 'automatic_base_change_succeeded' event on a given pull request. PullRequestTimelineItemsItemTypeBaseRefChangedEvent PullRequestTimelineItemsItemType = "BASE_REF_CHANGED_EVENT" // Represents a 'base_ref_changed' event on a given issue or pull request. PullRequestTimelineItemsItemTypeBaseRefForcePushedEvent PullRequestTimelineItemsItemType = "BASE_REF_FORCE_PUSHED_EVENT" // Represents a 'base_ref_force_pushed' event on a given pull request. PullRequestTimelineItemsItemTypeBaseRefDeletedEvent PullRequestTimelineItemsItemType = "BASE_REF_DELETED_EVENT" // Represents a 'base_ref_deleted' event on a given pull request. PullRequestTimelineItemsItemTypeDeployedEvent PullRequestTimelineItemsItemType = "DEPLOYED_EVENT" // Represents a 'deployed' event on a given pull request. PullRequestTimelineItemsItemTypeDeploymentEnvironmentChangedEvent PullRequestTimelineItemsItemType = "DEPLOYMENT_ENVIRONMENT_CHANGED_EVENT" // Represents a 'deployment_environment_changed' event on a given pull request. PullRequestTimelineItemsItemTypeHeadRefDeletedEvent PullRequestTimelineItemsItemType = "HEAD_REF_DELETED_EVENT" // Represents a 'head_ref_deleted' event on a given pull request. PullRequestTimelineItemsItemTypeHeadRefForcePushedEvent PullRequestTimelineItemsItemType = "HEAD_REF_FORCE_PUSHED_EVENT" // Represents a 'head_ref_force_pushed' event on a given pull request. PullRequestTimelineItemsItemTypeHeadRefRestoredEvent PullRequestTimelineItemsItemType = "HEAD_REF_RESTORED_EVENT" // Represents a 'head_ref_restored' event on a given pull request. PullRequestTimelineItemsItemTypeMergedEvent PullRequestTimelineItemsItemType = "MERGED_EVENT" // Represents a 'merged' event on a given pull request. PullRequestTimelineItemsItemTypeReviewDismissedEvent PullRequestTimelineItemsItemType = "REVIEW_DISMISSED_EVENT" // Represents a 'review_dismissed' event on a given issue or pull request. PullRequestTimelineItemsItemTypeReviewRequestedEvent PullRequestTimelineItemsItemType = "REVIEW_REQUESTED_EVENT" // Represents an 'review_requested' event on a given pull request. PullRequestTimelineItemsItemTypeReviewRequestRemovedEvent PullRequestTimelineItemsItemType = "REVIEW_REQUEST_REMOVED_EVENT" // Represents an 'review_request_removed' event on a given pull request. PullRequestTimelineItemsItemTypeReadyForReviewEvent PullRequestTimelineItemsItemType = "READY_FOR_REVIEW_EVENT" // Represents a 'ready_for_review' event on a given pull request. PullRequestTimelineItemsItemTypeConvertToDraftEvent PullRequestTimelineItemsItemType = "CONVERT_TO_DRAFT_EVENT" // Represents a 'convert_to_draft' event on a given pull request. PullRequestTimelineItemsItemTypeIssueComment PullRequestTimelineItemsItemType = "ISSUE_COMMENT" // Represents a comment on an Issue. PullRequestTimelineItemsItemTypeCrossReferencedEvent PullRequestTimelineItemsItemType = "CROSS_REFERENCED_EVENT" // Represents a mention made by one issue or pull request to another. PullRequestTimelineItemsItemTypeAddedToProjectEvent PullRequestTimelineItemsItemType = "ADDED_TO_PROJECT_EVENT" // Represents a 'added_to_project' event on a given issue or pull request. PullRequestTimelineItemsItemTypeAssignedEvent PullRequestTimelineItemsItemType = "ASSIGNED_EVENT" // Represents an 'assigned' event on any assignable object. PullRequestTimelineItemsItemTypeClosedEvent PullRequestTimelineItemsItemType = "CLOSED_EVENT" // Represents a 'closed' event on any `Closable`. PullRequestTimelineItemsItemTypeCommentDeletedEvent PullRequestTimelineItemsItemType = "COMMENT_DELETED_EVENT" // Represents a 'comment_deleted' event on a given issue or pull request. PullRequestTimelineItemsItemTypeConnectedEvent PullRequestTimelineItemsItemType = "CONNECTED_EVENT" // Represents a 'connected' event on a given issue or pull request. PullRequestTimelineItemsItemTypeConvertedNoteToIssueEvent PullRequestTimelineItemsItemType = "CONVERTED_NOTE_TO_ISSUE_EVENT" // Represents a 'converted_note_to_issue' event on a given issue or pull request. PullRequestTimelineItemsItemTypeDemilestonedEvent PullRequestTimelineItemsItemType = "DEMILESTONED_EVENT" // Represents a 'demilestoned' event on a given issue or pull request. PullRequestTimelineItemsItemTypeDisconnectedEvent PullRequestTimelineItemsItemType = "DISCONNECTED_EVENT" // Represents a 'disconnected' event on a given issue or pull request. PullRequestTimelineItemsItemTypeLabeledEvent PullRequestTimelineItemsItemType = "LABELED_EVENT" // Represents a 'labeled' event on a given issue or pull request. PullRequestTimelineItemsItemTypeLockedEvent PullRequestTimelineItemsItemType = "LOCKED_EVENT" // Represents a 'locked' event on a given issue or pull request. PullRequestTimelineItemsItemTypeMarkedAsDuplicateEvent PullRequestTimelineItemsItemType = "MARKED_AS_DUPLICATE_EVENT" // Represents a 'marked_as_duplicate' event on a given issue or pull request. PullRequestTimelineItemsItemTypeMentionedEvent PullRequestTimelineItemsItemType = "MENTIONED_EVENT" // Represents a 'mentioned' event on a given issue or pull request. PullRequestTimelineItemsItemTypeMilestonedEvent PullRequestTimelineItemsItemType = "MILESTONED_EVENT" // Represents a 'milestoned' event on a given issue or pull request. PullRequestTimelineItemsItemTypeMovedColumnsInProjectEvent PullRequestTimelineItemsItemType = "MOVED_COLUMNS_IN_PROJECT_EVENT" // Represents a 'moved_columns_in_project' event on a given issue or pull request. PullRequestTimelineItemsItemTypePinnedEvent PullRequestTimelineItemsItemType = "PINNED_EVENT" // Represents a 'pinned' event on a given issue or pull request. PullRequestTimelineItemsItemTypeReferencedEvent PullRequestTimelineItemsItemType = "REFERENCED_EVENT" // Represents a 'referenced' event on a given `ReferencedSubject`. PullRequestTimelineItemsItemTypeRemovedFromProjectEvent PullRequestTimelineItemsItemType = "REMOVED_FROM_PROJECT_EVENT" // Represents a 'removed_from_project' event on a given issue or pull request. PullRequestTimelineItemsItemTypeRenamedTitleEvent PullRequestTimelineItemsItemType = "RENAMED_TITLE_EVENT" // Represents a 'renamed' event on a given issue or pull request. PullRequestTimelineItemsItemTypeReopenedEvent PullRequestTimelineItemsItemType = "REOPENED_EVENT" // Represents a 'reopened' event on any `Closable`. PullRequestTimelineItemsItemTypeSubscribedEvent PullRequestTimelineItemsItemType = "SUBSCRIBED_EVENT" // Represents a 'subscribed' event on a given `Subscribable`. PullRequestTimelineItemsItemTypeTransferredEvent PullRequestTimelineItemsItemType = "TRANSFERRED_EVENT" // Represents a 'transferred' event on a given issue or pull request. PullRequestTimelineItemsItemTypeUnassignedEvent PullRequestTimelineItemsItemType = "UNASSIGNED_EVENT" // Represents an 'unassigned' event on any assignable object. PullRequestTimelineItemsItemTypeUnlabeledEvent PullRequestTimelineItemsItemType = "UNLABELED_EVENT" // Represents an 'unlabeled' event on a given issue or pull request. PullRequestTimelineItemsItemTypeUnlockedEvent PullRequestTimelineItemsItemType = "UNLOCKED_EVENT" // Represents an 'unlocked' event on a given issue or pull request. PullRequestTimelineItemsItemTypeUserBlockedEvent PullRequestTimelineItemsItemType = "USER_BLOCKED_EVENT" // Represents a 'user_blocked' event on a given user. PullRequestTimelineItemsItemTypeUnmarkedAsDuplicateEvent PullRequestTimelineItemsItemType = "UNMARKED_AS_DUPLICATE_EVENT" // Represents an 'unmarked_as_duplicate' event on a given issue or pull request. PullRequestTimelineItemsItemTypeUnpinnedEvent PullRequestTimelineItemsItemType = "UNPINNED_EVENT" // Represents an 'unpinned' event on a given issue or pull request. PullRequestTimelineItemsItemTypeUnsubscribedEvent PullRequestTimelineItemsItemType = "UNSUBSCRIBED_EVENT" // Represents an 'unsubscribed' event on a given `Subscribable`. )
The possible item types found in a timeline.
PullRequestUpdateState represents the possible target states when updating a pull request.
const ( PullRequestUpdateStateOpen PullRequestUpdateState = "OPEN" // A pull request that is still open. PullRequestUpdateStateClosed PullRequestUpdateState = "CLOSED" // A pull request that has been closed without being merged. )
The possible target states when updating a pull request.
ReactionContent represents emojis that can be attached to Issues, Pull Requests and Comments.
const ( ReactionContentThumbsUp ReactionContent = "THUMBS_UP" // Represents the `:+1:` emoji. ReactionContentThumbsDown ReactionContent = "THUMBS_DOWN" // Represents the `:-1:` emoji. ReactionContentLaugh ReactionContent = "LAUGH" // Represents the `:laugh:` emoji. ReactionContentHooray ReactionContent = "HOORAY" // Represents the `:hooray:` emoji. ReactionContentConfused ReactionContent = "CONFUSED" // Represents the `:confused:` emoji. ReactionContentHeart ReactionContent = "HEART" // Represents the `:heart:` emoji. ReactionContentRocket ReactionContent = "ROCKET" // Represents the `:rocket:` emoji. ReactionContentEyes ReactionContent = "EYES" // Represents the `:eyes:` emoji. )
Emojis that can be attached to Issues, Pull Requests and Comments.
type ReactionOrder struct { // The field in which to order reactions by. (Required.) Field ReactionOrderField `json:"field"` // The direction in which to order reactions by the specified field. (Required.) Direction OrderDirection `json:"direction"` }
ReactionOrder represents ways in which lists of reactions can be ordered upon return.
ReactionOrderField represents a list of fields that reactions can be ordered by.
const ( ReactionOrderFieldCreatedAt ReactionOrderField = "CREATED_AT" // Allows ordering a list of reactions by when they were created. )
A list of fields that reactions can be ordered by.
type RefOrder struct { // The field in which to order refs by. (Required.) Field RefOrderField `json:"field"` // The direction in which to order refs by the specified field. (Required.) Direction OrderDirection `json:"direction"` }
RefOrder represents ways in which lists of git refs can be ordered upon return.
RefOrderField represents properties by which ref connections can be ordered.
const ( RefOrderFieldTagCommitDate RefOrderField = "TAG_COMMIT_DATE" // Order refs by underlying commit date if the ref prefix is refs/tags/. RefOrderFieldAlphabetical RefOrderField = "ALPHABETICAL" // Order refs by their alphanumeric name. )
Properties by which ref connections can be ordered.
type RegenerateEnterpriseIdentityProviderRecoveryCodesInput struct { // The ID of the enterprise on which to set an identity provider. (Required.) EnterpriseID ID `json:"enterpriseId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RegenerateEnterpriseIdentityProviderRecoveryCodesInput is an autogenerated input type of RegenerateEnterpriseIdentityProviderRecoveryCodes.
type ReleaseOrder struct { // The field in which to order releases by. (Required.) Field ReleaseOrderField `json:"field"` // The direction in which to order releases by the specified field. (Required.) Direction OrderDirection `json:"direction"` }
ReleaseOrder represents ways in which lists of releases can be ordered upon return.
ReleaseOrderField represents properties by which release connections can be ordered.
const ( ReleaseOrderFieldCreatedAt ReleaseOrderField = "CREATED_AT" // Order releases by creation time. ReleaseOrderFieldName ReleaseOrderField = "NAME" // Order releases alphabetically by name. )
Properties by which release connections can be ordered.
type RemoveAssigneesFromAssignableInput struct { // The id of the assignable object to remove assignees from. (Required.) AssignableID ID `json:"assignableId"` // The id of users to remove as assignees. (Required.) AssigneeIDs []ID `json:"assigneeIds"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RemoveAssigneesFromAssignableInput is an autogenerated input type of RemoveAssigneesFromAssignable.
type RemoveEnterpriseAdminInput struct { // The Enterprise ID from which to remove the administrator. (Required.) EnterpriseID ID `json:"enterpriseId"` // The login of the user to remove as an administrator. (Required.) Login String `json:"login"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RemoveEnterpriseAdminInput is an autogenerated input type of RemoveEnterpriseAdmin.
type RemoveEnterpriseIdentityProviderInput struct { // The ID of the enterprise from which to remove the identity provider. (Required.) EnterpriseID ID `json:"enterpriseId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RemoveEnterpriseIdentityProviderInput is an autogenerated input type of RemoveEnterpriseIdentityProvider.
type RemoveEnterpriseOrganizationInput struct { // The ID of the enterprise from which the organization should be removed. (Required.) EnterpriseID ID `json:"enterpriseId"` // The ID of the organization to remove from the enterprise. (Required.) OrganizationID ID `json:"organizationId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RemoveEnterpriseOrganizationInput is an autogenerated input type of RemoveEnterpriseOrganization.
type RemoveLabelsFromLabelableInput struct { // The id of the Labelable to remove labels from. (Required.) LabelableID ID `json:"labelableId"` // The ids of labels to remove. (Required.) LabelIDs []ID `json:"labelIds"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RemoveLabelsFromLabelableInput is an autogenerated input type of RemoveLabelsFromLabelable.
type RemoveOutsideCollaboratorInput struct { // The ID of the outside collaborator to remove. (Required.) UserID ID `json:"userId"` // The ID of the organization to remove the outside collaborator from. (Required.) OrganizationID ID `json:"organizationId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RemoveOutsideCollaboratorInput is an autogenerated input type of RemoveOutsideCollaborator.
type RemoveReactionInput struct { // The Node ID of the subject to modify. (Required.) SubjectID ID `json:"subjectId"` // The name of the emoji reaction to remove. (Required.) Content ReactionContent `json:"content"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RemoveReactionInput is an autogenerated input type of RemoveReaction.
type RemoveStarInput struct { // The Starrable ID to unstar. (Required.) StarrableID ID `json:"starrableId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RemoveStarInput is an autogenerated input type of RemoveStar.
type ReopenIssueInput struct { // ID of the issue to be opened. (Required.) IssueID ID `json:"issueId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
ReopenIssueInput is an autogenerated input type of ReopenIssue.
type ReopenPullRequestInput struct { // ID of the pull request to be reopened. (Required.) PullRequestID ID `json:"pullRequestId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
ReopenPullRequestInput is an autogenerated input type of ReopenPullRequest.
RepoAccessAuditEntryVisibility represents the privacy of a repository.
const ( RepoAccessAuditEntryVisibilityInternal RepoAccessAuditEntryVisibility = "INTERNAL" // The repository is visible only to users in the same business. RepoAccessAuditEntryVisibilityPrivate RepoAccessAuditEntryVisibility = "PRIVATE" // The repository is visible only to those with explicit access. RepoAccessAuditEntryVisibilityPublic RepoAccessAuditEntryVisibility = "PUBLIC" // The repository is visible to everyone. )
The privacy of a repository.
RepoAddMemberAuditEntryVisibility represents the privacy of a repository.
const ( RepoAddMemberAuditEntryVisibilityInternal RepoAddMemberAuditEntryVisibility = "INTERNAL" // The repository is visible only to users in the same business. RepoAddMemberAuditEntryVisibilityPrivate RepoAddMemberAuditEntryVisibility = "PRIVATE" // The repository is visible only to those with explicit access. RepoAddMemberAuditEntryVisibilityPublic RepoAddMemberAuditEntryVisibility = "PUBLIC" // The repository is visible to everyone. )
The privacy of a repository.
RepoArchivedAuditEntryVisibility represents the privacy of a repository.
const ( RepoArchivedAuditEntryVisibilityInternal RepoArchivedAuditEntryVisibility = "INTERNAL" // The repository is visible only to users in the same business. RepoArchivedAuditEntryVisibilityPrivate RepoArchivedAuditEntryVisibility = "PRIVATE" // The repository is visible only to those with explicit access. RepoArchivedAuditEntryVisibilityPublic RepoArchivedAuditEntryVisibility = "PUBLIC" // The repository is visible to everyone. )
The privacy of a repository.
RepoChangeMergeSettingAuditEntryMergeType represents the merge options available for pull requests to this repository.
const ( RepoChangeMergeSettingAuditEntryMergeTypeMerge RepoChangeMergeSettingAuditEntryMergeType = "MERGE" // The pull request is added to the base branch in a merge commit. RepoChangeMergeSettingAuditEntryMergeTypeRebase RepoChangeMergeSettingAuditEntryMergeType = "REBASE" // Commits from the pull request are added onto the base branch individually without a merge commit. RepoChangeMergeSettingAuditEntryMergeTypeSquash RepoChangeMergeSettingAuditEntryMergeType = "SQUASH" // The pull request's commits are squashed into a single commit before they are merged to the base branch. )
The merge options available for pull requests to this repository.
RepoCreateAuditEntryVisibility represents the privacy of a repository.
const ( RepoCreateAuditEntryVisibilityInternal RepoCreateAuditEntryVisibility = "INTERNAL" // The repository is visible only to users in the same business. RepoCreateAuditEntryVisibilityPrivate RepoCreateAuditEntryVisibility = "PRIVATE" // The repository is visible only to those with explicit access. RepoCreateAuditEntryVisibilityPublic RepoCreateAuditEntryVisibility = "PUBLIC" // The repository is visible to everyone. )
The privacy of a repository.
RepoDestroyAuditEntryVisibility represents the privacy of a repository.
const ( RepoDestroyAuditEntryVisibilityInternal RepoDestroyAuditEntryVisibility = "INTERNAL" // The repository is visible only to users in the same business. RepoDestroyAuditEntryVisibilityPrivate RepoDestroyAuditEntryVisibility = "PRIVATE" // The repository is visible only to those with explicit access. RepoDestroyAuditEntryVisibilityPublic RepoDestroyAuditEntryVisibility = "PUBLIC" // The repository is visible to everyone. )
The privacy of a repository.
RepoRemoveMemberAuditEntryVisibility represents the privacy of a repository.
const ( RepoRemoveMemberAuditEntryVisibilityInternal RepoRemoveMemberAuditEntryVisibility = "INTERNAL" // The repository is visible only to users in the same business. RepoRemoveMemberAuditEntryVisibilityPrivate RepoRemoveMemberAuditEntryVisibility = "PRIVATE" // The repository is visible only to those with explicit access. RepoRemoveMemberAuditEntryVisibilityPublic RepoRemoveMemberAuditEntryVisibility = "PUBLIC" // The repository is visible to everyone. )
The privacy of a repository.
ReportedContentClassifiers represents the reasons a piece of content can be reported or minimized.
const ( ReportedContentClassifiersSpam ReportedContentClassifiers = "SPAM" // A spammy piece of content. ReportedContentClassifiersAbuse ReportedContentClassifiers = "ABUSE" // An abusive or harassing piece of content. ReportedContentClassifiersOffTopic ReportedContentClassifiers = "OFF_TOPIC" // An irrelevant piece of content. ReportedContentClassifiersOutdated ReportedContentClassifiers = "OUTDATED" // An outdated piece of content. ReportedContentClassifiersDuplicate ReportedContentClassifiers = "DUPLICATE" // A duplicated piece of content. ReportedContentClassifiersResolved ReportedContentClassifiers = "RESOLVED" // The content has been resolved. )
The reasons a piece of content can be reported or minimized.
RepositoryAffiliation represents the affiliation of a user to a repository.
const ( RepositoryAffiliationOwner RepositoryAffiliation = "OWNER" // Repositories that are owned by the authenticated user. RepositoryAffiliationCollaborator RepositoryAffiliation = "COLLABORATOR" // Repositories that the user has been added to as a collaborator. RepositoryAffiliationOrganizationMember RepositoryAffiliation = "ORGANIZATION_MEMBER" // Repositories that the user has access to through being a member of an organization. This includes every repository on every team that the user is on. )
The affiliation of a user to a repository.
RepositoryContributionType represents the reason a repository is listed as 'contributed'.
const ( RepositoryContributionTypeCommit RepositoryContributionType = "COMMIT" // Created a commit. RepositoryContributionTypeIssue RepositoryContributionType = "ISSUE" // Created an issue. RepositoryContributionTypePullRequest RepositoryContributionType = "PULL_REQUEST" // Created a pull request. RepositoryContributionTypeRepository RepositoryContributionType = "REPOSITORY" // Created the repository. RepositoryContributionTypePullRequestReview RepositoryContributionType = "PULL_REQUEST_REVIEW" // Reviewed a pull request. )
The reason a repository is listed as 'contributed'.
RepositoryInteractionLimit represents a repository interaction limit.
const ( RepositoryInteractionLimitExistingUsers RepositoryInteractionLimit = "EXISTING_USERS" // Users that have recently created their account will be unable to interact with the repository. RepositoryInteractionLimitContributorsOnly RepositoryInteractionLimit = "CONTRIBUTORS_ONLY" // Users that have not previously committed to a repository’s default branch will be unable to interact with the repository. RepositoryInteractionLimitCollaboratorsOnly RepositoryInteractionLimit = "COLLABORATORS_ONLY" // Users that are not collaborators will not be able to interact with the repository. RepositoryInteractionLimitNoLimit RepositoryInteractionLimit = "NO_LIMIT" // No interaction limits are enabled. )
A repository interaction limit.
RepositoryInteractionLimitExpiry represents the length for a repository interaction limit to be enabled for.
const ( RepositoryInteractionLimitExpiryOneDay RepositoryInteractionLimitExpiry = "ONE_DAY" // The interaction limit will expire after 1 day. RepositoryInteractionLimitExpiryThreeDays RepositoryInteractionLimitExpiry = "THREE_DAYS" // The interaction limit will expire after 3 days. RepositoryInteractionLimitExpiryOneWeek RepositoryInteractionLimitExpiry = "ONE_WEEK" // The interaction limit will expire after 1 week. RepositoryInteractionLimitExpiryOneMonth RepositoryInteractionLimitExpiry = "ONE_MONTH" // The interaction limit will expire after 1 month. RepositoryInteractionLimitExpirySixMonths RepositoryInteractionLimitExpiry = "SIX_MONTHS" // The interaction limit will expire after 6 months. )
The length for a repository interaction limit to be enabled for.
RepositoryInteractionLimitOrigin represents indicates where an interaction limit is configured.
const ( RepositoryInteractionLimitOriginRepository RepositoryInteractionLimitOrigin = "REPOSITORY" // A limit that is configured at the repository level. RepositoryInteractionLimitOriginOrganization RepositoryInteractionLimitOrigin = "ORGANIZATION" // A limit that is configured at the organization level. RepositoryInteractionLimitOriginUser RepositoryInteractionLimitOrigin = "USER" // A limit that is configured at the user-wide level. )
Indicates where an interaction limit is configured.
type RepositoryInvitationOrder struct { // The field to order repository invitations by. (Required.) Field RepositoryInvitationOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
RepositoryInvitationOrder represents ordering options for repository invitation connections.
RepositoryInvitationOrderField represents properties by which repository invitation connections can be ordered.
const ( RepositoryInvitationOrderFieldCreatedAt RepositoryInvitationOrderField = "CREATED_AT" // Order repository invitations by creation time. RepositoryInvitationOrderFieldInviteeLogin RepositoryInvitationOrderField = "INVITEE_LOGIN" // Order repository invitations by invitee login. )
Properties by which repository invitation connections can be ordered.
RepositoryLockReason represents the possible reasons a given repository could be in a locked state.
const ( RepositoryLockReasonMoving RepositoryLockReason = "MOVING" // The repository is locked due to a move. RepositoryLockReasonBilling RepositoryLockReason = "BILLING" // The repository is locked due to a billing related reason. RepositoryLockReasonRename RepositoryLockReason = "RENAME" // The repository is locked due to a rename. RepositoryLockReasonMigrating RepositoryLockReason = "MIGRATING" // The repository is locked due to a migration. )
The possible reasons a given repository could be in a locked state.
type RepositoryOrder struct { // The field to order repositories by. (Required.) Field RepositoryOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
RepositoryOrder represents ordering options for repository connections.
RepositoryOrderField represents properties by which repository connections can be ordered.
const ( RepositoryOrderFieldCreatedAt RepositoryOrderField = "CREATED_AT" // Order repositories by creation time. RepositoryOrderFieldUpdatedAt RepositoryOrderField = "UPDATED_AT" // Order repositories by update time. RepositoryOrderFieldPushedAt RepositoryOrderField = "PUSHED_AT" // Order repositories by push time. RepositoryOrderFieldName RepositoryOrderField = "NAME" // Order repositories by name. RepositoryOrderFieldStargazers RepositoryOrderField = "STARGAZERS" // Order repositories by number of stargazers. )
Properties by which repository connections can be ordered.
RepositoryPermission represents the access level to a repository.
const ( RepositoryPermissionAdmin RepositoryPermission = "ADMIN" // Can read, clone, and push to this repository. Can also manage issues, pull requests, and repository settings, including adding collaborators. RepositoryPermissionMaintain RepositoryPermission = "MAINTAIN" // Can read, clone, and push to this repository. They can also manage issues, pull requests, and some repository settings. RepositoryPermissionWrite RepositoryPermission = "WRITE" // Can read, clone, and push to this repository. Can also manage issues and pull requests. RepositoryPermissionTriage RepositoryPermission = "TRIAGE" // Can read and clone this repository. Can also manage issues and pull requests. RepositoryPermissionRead RepositoryPermission = "READ" // Can read and clone this repository. Can also open and comment on issues and pull requests. )
The access level to a repository.
RepositoryPrivacy represents the privacy of a repository.
const ( RepositoryPrivacyPublic RepositoryPrivacy = "PUBLIC" // Public. RepositoryPrivacyPrivate RepositoryPrivacy = "PRIVATE" // Private. )
The privacy of a repository.
RepositoryVisibility represents the repository's visibility level.
const ( RepositoryVisibilityPrivate RepositoryVisibility = "PRIVATE" // The repository is visible only to those with explicit access. RepositoryVisibilityPublic RepositoryVisibility = "PUBLIC" // The repository is visible to everyone. RepositoryVisibilityInternal RepositoryVisibility = "INTERNAL" // The repository is visible only to users in the same business. )
The repository's visibility level.
type RequestReviewsInput struct { // The Node ID of the pull request to modify. (Required.) PullRequestID ID `json:"pullRequestId"` // The Node IDs of the user to request. (Optional.) UserIDs *[]ID `json:"userIds,omitempty"` // The Node IDs of the team to request. (Optional.) TeamIDs *[]ID `json:"teamIds,omitempty"` // Add users to the set rather than replace. (Optional.) Union *Boolean `json:"union,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RequestReviewsInput is an autogenerated input type of RequestReviews.
RequestableCheckStatusState represents the possible states that can be requested when creating a check run.
const ( RequestableCheckStatusStateQueued RequestableCheckStatusState = "QUEUED" // The check suite or run has been queued. RequestableCheckStatusStateInProgress RequestableCheckStatusState = "IN_PROGRESS" // The check suite or run is in progress. RequestableCheckStatusStateCompleted RequestableCheckStatusState = "COMPLETED" // The check suite or run has been completed. )
The possible states that can be requested when creating a check run.
type RerequestCheckSuiteInput struct { // The Node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // The Node ID of the check suite. (Required.) CheckSuiteID ID `json:"checkSuiteId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
RerequestCheckSuiteInput is an autogenerated input type of RerequestCheckSuite.
type ResolveReviewThreadInput struct { // The ID of the thread to resolve. (Required.) ThreadID ID `json:"threadId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
ResolveReviewThreadInput is an autogenerated input type of ResolveReviewThread.
SamlDigestAlgorithm represents the possible digest algorithms used to sign SAML requests for an identity provider.
const ( SamlDigestAlgorithmSha1 SamlDigestAlgorithm = "SHA1" // SHA1. SamlDigestAlgorithmSha256 SamlDigestAlgorithm = "SHA256" // SHA256. SamlDigestAlgorithmSha384 SamlDigestAlgorithm = "SHA384" // SHA384. SamlDigestAlgorithmSha512 SamlDigestAlgorithm = "SHA512" // SHA512. )
The possible digest algorithms used to sign SAML requests for an identity provider.
SamlSignatureAlgorithm represents the possible signature algorithms used to sign SAML requests for a Identity Provider.
const ( SamlSignatureAlgorithmRsaSha1 SamlSignatureAlgorithm = "RSA_SHA1" // RSA-SHA1. SamlSignatureAlgorithmRsaSha256 SamlSignatureAlgorithm = "RSA_SHA256" // RSA-SHA256. SamlSignatureAlgorithmRsaSha384 SamlSignatureAlgorithm = "RSA_SHA384" // RSA-SHA384. SamlSignatureAlgorithmRsaSha512 SamlSignatureAlgorithm = "RSA_SHA512" // RSA-SHA512. )
The possible signature algorithms used to sign SAML requests for a Identity Provider.
type SavedReplyOrder struct { // The field to order saved replies by. (Required.) Field SavedReplyOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
SavedReplyOrder represents ordering options for saved reply connections.
SavedReplyOrderField represents properties by which saved reply connections can be ordered.
const ( SavedReplyOrderFieldUpdatedAt SavedReplyOrderField = "UPDATED_AT" // Order saved reply by when they were updated. )
Properties by which saved reply connections can be ordered.
SearchType represents represents the individual results of a search.
const ( SearchTypeIssue SearchType = "ISSUE" // Returns results matching issues in repositories. SearchTypeRepository SearchType = "REPOSITORY" // Returns results matching repositories. SearchTypeUser SearchType = "USER" // Returns results matching users and organizations on GitHub. )
Represents the individual results of a search.
SecurityAdvisoryEcosystem represents the possible ecosystems of a security vulnerability's package.
const ( SecurityAdvisoryEcosystemRubygems SecurityAdvisoryEcosystem = "RUBYGEMS" // Ruby gems hosted at RubyGems.org. SecurityAdvisoryEcosystemNpm SecurityAdvisoryEcosystem = "NPM" // JavaScript packages hosted at npmjs.com. SecurityAdvisoryEcosystemPip SecurityAdvisoryEcosystem = "PIP" // Python packages hosted at PyPI.org. SecurityAdvisoryEcosystemMaven SecurityAdvisoryEcosystem = "MAVEN" // Java artifacts hosted at the Maven central repository. SecurityAdvisoryEcosystemNuget SecurityAdvisoryEcosystem = "NUGET" // .NET packages hosted at the NuGet Gallery. SecurityAdvisoryEcosystemComposer SecurityAdvisoryEcosystem = "COMPOSER" // PHP packages hosted at packagist.org. )
The possible ecosystems of a security vulnerability's package.
type SecurityAdvisoryIdentifierFilter struct { // The identifier type. (Required.) Type SecurityAdvisoryIdentifierType `json:"type"` // The identifier string. Supports exact or partial matching. (Required.) Value String `json:"value"` }
SecurityAdvisoryIdentifierFilter represents an advisory identifier to filter results on.
SecurityAdvisoryIdentifierType represents identifier formats available for advisories.
const ( SecurityAdvisoryIdentifierTypeCve SecurityAdvisoryIdentifierType = "CVE" // Common Vulnerabilities and Exposures Identifier. SecurityAdvisoryIdentifierTypeGhsa SecurityAdvisoryIdentifierType = "GHSA" // GitHub Security Advisory ID. )
Identifier formats available for advisories.
type SecurityAdvisoryOrder struct { // The field to order security advisories by. (Required.) Field SecurityAdvisoryOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
SecurityAdvisoryOrder represents ordering options for security advisory connections.
SecurityAdvisoryOrderField represents properties by which security advisory connections can be ordered.
const ( SecurityAdvisoryOrderFieldPublishedAt SecurityAdvisoryOrderField = "PUBLISHED_AT" // Order advisories by publication time. SecurityAdvisoryOrderFieldUpdatedAt SecurityAdvisoryOrderField = "UPDATED_AT" // Order advisories by update time. )
Properties by which security advisory connections can be ordered.
SecurityAdvisorySeverity represents severity of the vulnerability.
const ( SecurityAdvisorySeverityLow SecurityAdvisorySeverity = "LOW" // Low. SecurityAdvisorySeverityModerate SecurityAdvisorySeverity = "MODERATE" // Moderate. SecurityAdvisorySeverityHigh SecurityAdvisorySeverity = "HIGH" // High. SecurityAdvisorySeverityCritical SecurityAdvisorySeverity = "CRITICAL" // Critical. )
Severity of the vulnerability.
type SecurityVulnerabilityOrder struct { // The field to order security vulnerabilities by. (Required.) Field SecurityVulnerabilityOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
SecurityVulnerabilityOrder represents ordering options for security vulnerability connections.
SecurityVulnerabilityOrderField represents properties by which security vulnerability connections can be ordered.
const ( SecurityVulnerabilityOrderFieldUpdatedAt SecurityVulnerabilityOrderField = "UPDATED_AT" // Order vulnerability by update time. )
Properties by which security vulnerability connections can be ordered.
type SetEnterpriseIdentityProviderInput struct { // The ID of the enterprise on which to set an identity provider. (Required.) EnterpriseID ID `json:"enterpriseId"` // The URL endpoint for the identity provider's SAML SSO. (Required.) SsoURL URI `json:"ssoUrl"` // The x509 certificate used by the identity provider to sign assertions and responses. (Required.) IdpCertificate String `json:"idpCertificate"` // The signature algorithm used to sign SAML requests for the identity provider. (Required.) SignatureMethod SamlSignatureAlgorithm `json:"signatureMethod"` // The digest algorithm used to sign SAML requests for the identity provider. (Required.) DigestMethod SamlDigestAlgorithm `json:"digestMethod"` // The Issuer Entity ID for the SAML identity provider. (Optional.) Issuer *String `json:"issuer,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
SetEnterpriseIdentityProviderInput is an autogenerated input type of SetEnterpriseIdentityProvider.
type SetOrganizationInteractionLimitInput struct { // The ID of the organization to set a limit for. (Required.) OrganizationID ID `json:"organizationId"` // The limit to set. (Required.) Limit RepositoryInteractionLimit `json:"limit"` // When this limit should expire. (Optional.) Expiry *RepositoryInteractionLimitExpiry `json:"expiry,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
SetOrganizationInteractionLimitInput is an autogenerated input type of SetOrganizationInteractionLimit.
type SetRepositoryInteractionLimitInput struct { // The ID of the repository to set a limit for. (Required.) RepositoryID ID `json:"repositoryId"` // The limit to set. (Required.) Limit RepositoryInteractionLimit `json:"limit"` // When this limit should expire. (Optional.) Expiry *RepositoryInteractionLimitExpiry `json:"expiry,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
SetRepositoryInteractionLimitInput is an autogenerated input type of SetRepositoryInteractionLimit.
type SetUserInteractionLimitInput struct { // The ID of the user to set a limit for. (Required.) UserID ID `json:"userId"` // The limit to set. (Required.) Limit RepositoryInteractionLimit `json:"limit"` // When this limit should expire. (Optional.) Expiry *RepositoryInteractionLimitExpiry `json:"expiry,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
SetUserInteractionLimitInput is an autogenerated input type of SetUserInteractionLimit.
type SponsorsTierOrder struct { // The field to order tiers by. (Required.) Field SponsorsTierOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
SponsorsTierOrder represents ordering options for Sponsors tiers connections.
SponsorsTierOrderField represents properties by which Sponsors tiers connections can be ordered.
const ( SponsorsTierOrderFieldCreatedAt SponsorsTierOrderField = "CREATED_AT" // Order tiers by creation time. SponsorsTierOrderFieldMonthlyPriceInCents SponsorsTierOrderField = "MONTHLY_PRICE_IN_CENTS" // Order tiers by their monthly price in cents. )
Properties by which Sponsors tiers connections can be ordered.
type SponsorshipOrder struct { // The field to order sponsorship by. (Required.) Field SponsorshipOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
SponsorshipOrder represents ordering options for sponsorship connections.
SponsorshipOrderField represents properties by which sponsorship connections can be ordered.
const ( SponsorshipOrderFieldCreatedAt SponsorshipOrderField = "CREATED_AT" // Order sponsorship by creation time. )
Properties by which sponsorship connections can be ordered.
SponsorshipPrivacy represents the privacy of a sponsorship.
const ( SponsorshipPrivacyPublic SponsorshipPrivacy = "PUBLIC" // Public. SponsorshipPrivacyPrivate SponsorshipPrivacy = "PRIVATE" // Private. )
The privacy of a sponsorship.
type StarOrder struct { // The field in which to order nodes by. (Required.) Field StarOrderField `json:"field"` // The direction in which to order nodes. (Required.) Direction OrderDirection `json:"direction"` }
StarOrder represents ways in which star connections can be ordered.
StarOrderField represents properties by which star connections can be ordered.
const ( StarOrderFieldStarredAt StarOrderField = "STARRED_AT" // Allows ordering a list of stars by when they were created. )
Properties by which star connections can be ordered.
StatusState represents the possible commit status states.
const ( StatusStateExpected StatusState = "EXPECTED" // Status is expected. StatusStateError StatusState = "ERROR" // Status is errored. StatusStateFailure StatusState = "FAILURE" // Status is failing. StatusStatePending StatusState = "PENDING" // Status is pending. StatusStateSuccess StatusState = "SUCCESS" // Status is successful. )
The possible commit status states.
String represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.
NewString is a helper to make a new *String.
type SubmitPullRequestReviewInput struct { // The event to send to the Pull Request Review. (Required.) Event PullRequestReviewEvent `json:"event"` // The Pull Request ID to submit any pending reviews. (Optional.) PullRequestID *ID `json:"pullRequestId,omitempty"` // The Pull Request Review ID to submit. (Optional.) PullRequestReviewID *ID `json:"pullRequestReviewId,omitempty"` // The text field to set on the Pull Request Review. (Optional.) Body *String `json:"body,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
SubmitPullRequestReviewInput is an autogenerated input type of SubmitPullRequestReview.
SubscriptionState represents the possible states of a subscription.
const ( SubscriptionStateUnsubscribed SubscriptionState = "UNSUBSCRIBED" // The User is only notified when participating or @mentioned. SubscriptionStateSubscribed SubscriptionState = "SUBSCRIBED" // The User is notified of all conversations. SubscriptionStateIgnored SubscriptionState = "IGNORED" // The User is never notified. )
The possible states of a subscription.
type TeamDiscussionCommentOrder struct { // The field by which to order nodes. (Required.) Field TeamDiscussionCommentOrderField `json:"field"` // The direction in which to order nodes. (Required.) Direction OrderDirection `json:"direction"` }
TeamDiscussionCommentOrder represents ways in which team discussion comment connections can be ordered.
TeamDiscussionCommentOrderField represents properties by which team discussion comment connections can be ordered.
const ( TeamDiscussionCommentOrderFieldNumber TeamDiscussionCommentOrderField = "NUMBER" // Allows sequential ordering of team discussion comments (which is equivalent to chronological ordering). )
Properties by which team discussion comment connections can be ordered.
type TeamDiscussionOrder struct { // The field by which to order nodes. (Required.) Field TeamDiscussionOrderField `json:"field"` // The direction in which to order nodes. (Required.) Direction OrderDirection `json:"direction"` }
TeamDiscussionOrder represents ways in which team discussion connections can be ordered.
TeamDiscussionOrderField represents properties by which team discussion connections can be ordered.
const ( TeamDiscussionOrderFieldCreatedAt TeamDiscussionOrderField = "CREATED_AT" // Allows chronological ordering of team discussions. )
Properties by which team discussion connections can be ordered.
type TeamMemberOrder struct { // The field to order team members by. (Required.) Field TeamMemberOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
TeamMemberOrder represents ordering options for team member connections.
TeamMemberOrderField represents properties by which team member connections can be ordered.
const ( TeamMemberOrderFieldLogin TeamMemberOrderField = "LOGIN" // Order team members by login. TeamMemberOrderFieldCreatedAt TeamMemberOrderField = "CREATED_AT" // Order team members by creation time. )
Properties by which team member connections can be ordered.
TeamMemberRole represents the possible team member roles; either 'maintainer' or 'member'.
const ( TeamMemberRoleMaintainer TeamMemberRole = "MAINTAINER" // A team maintainer has permission to add and remove team members. TeamMemberRoleMember TeamMemberRole = "MEMBER" // A team member has no administrative permissions on the team. )
The possible team member roles; either 'maintainer' or 'member'.
TeamMembershipType represents defines which types of team members are included in the returned list. Can be one of IMMEDIATE, CHILD_TEAM or ALL.
const ( TeamMembershipTypeImmediate TeamMembershipType = "IMMEDIATE" // Includes only immediate members of the team. TeamMembershipTypeChildTeam TeamMembershipType = "CHILD_TEAM" // Includes only child team members for the team. TeamMembershipTypeAll TeamMembershipType = "ALL" // Includes immediate and child team members for the team. )
Defines which types of team members are included in the returned list. Can be one of IMMEDIATE, CHILD_TEAM or ALL.
type TeamOrder struct { // The field in which to order nodes by. (Required.) Field TeamOrderField `json:"field"` // The direction in which to order nodes. (Required.) Direction OrderDirection `json:"direction"` }
TeamOrder represents ways in which team connections can be ordered.
TeamOrderField represents properties by which team connections can be ordered.
const ( TeamOrderFieldName TeamOrderField = "NAME" // Allows ordering a list of teams by name. )
Properties by which team connections can be ordered.
TeamPrivacy represents the possible team privacy values.
const ( TeamPrivacySecret TeamPrivacy = "SECRET" // A secret team can only be seen by its members. TeamPrivacyVisible TeamPrivacy = "VISIBLE" // A visible team can be seen and @mentioned by every member of the organization. )
The possible team privacy values.
type TeamRepositoryOrder struct { // The field to order repositories by. (Required.) Field TeamRepositoryOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
TeamRepositoryOrder represents ordering options for team repository connections.
TeamRepositoryOrderField represents properties by which team repository connections can be ordered.
const ( TeamRepositoryOrderFieldCreatedAt TeamRepositoryOrderField = "CREATED_AT" // Order repositories by creation time. TeamRepositoryOrderFieldUpdatedAt TeamRepositoryOrderField = "UPDATED_AT" // Order repositories by update time. TeamRepositoryOrderFieldPushedAt TeamRepositoryOrderField = "PUSHED_AT" // Order repositories by push time. TeamRepositoryOrderFieldName TeamRepositoryOrderField = "NAME" // Order repositories by name. TeamRepositoryOrderFieldPermission TeamRepositoryOrderField = "PERMISSION" // Order repositories by permission. TeamRepositoryOrderFieldStargazers TeamRepositoryOrderField = "STARGAZERS" // Order repositories by number of stargazers. )
Properties by which team repository connections can be ordered.
TeamRole represents the role of a user on a team.
const ( TeamRoleAdmin TeamRole = "ADMIN" // User has admin rights on the team. TeamRoleMember TeamRole = "MEMBER" // User is a member of the team. )
The role of a user on a team.
TopicSuggestionDeclineReason represents reason that the suggested topic is declined.
const ( TopicSuggestionDeclineReasonNotRelevant TopicSuggestionDeclineReason = "NOT_RELEVANT" // The suggested topic is not relevant to the repository. TopicSuggestionDeclineReasonTooSpecific TopicSuggestionDeclineReason = "TOO_SPECIFIC" // The suggested topic is too specific for the repository (e.g. #ruby-on-rails-version-4-2-1). TopicSuggestionDeclineReasonPersonalPreference TopicSuggestionDeclineReason = "PERSONAL_PREFERENCE" // The viewer does not like the suggested topic. TopicSuggestionDeclineReasonTooGeneral TopicSuggestionDeclineReason = "TOO_GENERAL" // The suggested topic is too general for the repository. )
Reason that the suggested topic is declined.
type TransferIssueInput struct { // The Node ID of the issue to be transferred. (Required.) IssueID ID `json:"issueId"` // The Node ID of the repository the issue should be transferred to. (Required.) RepositoryID ID `json:"repositoryId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
TransferIssueInput is an autogenerated input type of TransferIssue.
URI is an RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI.
NewURI is a helper to make a new *URI.
MarshalJSON implements the json.Marshaler interface. The URI is a quoted string.
UnmarshalJSON implements the json.Unmarshaler interface. The URI is expected to be a quoted string.
type UnarchiveRepositoryInput struct { // The ID of the repository to unarchive. (Required.) RepositoryID ID `json:"repositoryId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UnarchiveRepositoryInput is an autogenerated input type of UnarchiveRepository.
type UnfollowUserInput struct { // ID of the user to unfollow. (Required.) UserID ID `json:"userId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UnfollowUserInput is an autogenerated input type of UnfollowUser.
type UnlinkRepositoryFromProjectInput struct { // The ID of the Project linked to the Repository. (Required.) ProjectID ID `json:"projectId"` // The ID of the Repository linked to the Project. (Required.) RepositoryID ID `json:"repositoryId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UnlinkRepositoryFromProjectInput is an autogenerated input type of UnlinkRepositoryFromProject.
type UnlockLockableInput struct { // ID of the item to be unlocked. (Required.) LockableID ID `json:"lockableId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UnlockLockableInput is an autogenerated input type of UnlockLockable.
type UnmarkFileAsViewedInput struct { // The Node ID of the pull request. (Required.) PullRequestID ID `json:"pullRequestId"` // The path of the file to mark as unviewed. (Required.) Path String `json:"path"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UnmarkFileAsViewedInput is an autogenerated input type of UnmarkFileAsViewed.
type UnmarkIssueAsDuplicateInput struct { // ID of the issue or pull request currently marked as a duplicate. (Required.) DuplicateID ID `json:"duplicateId"` // ID of the issue or pull request currently considered canonical/authoritative/original. (Required.) CanonicalID ID `json:"canonicalId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UnmarkIssueAsDuplicateInput is an autogenerated input type of UnmarkIssueAsDuplicate.
type UnminimizeCommentInput struct { // The Node ID of the subject to modify. (Required.) SubjectID ID `json:"subjectId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UnminimizeCommentInput is an autogenerated input type of UnminimizeComment.
type UnresolveReviewThreadInput struct { // The ID of the thread to unresolve. (Required.) ThreadID ID `json:"threadId"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UnresolveReviewThreadInput is an autogenerated input type of UnresolveReviewThread.
type UpdateBranchProtectionRuleInput struct { // The global relay id of the branch protection rule to be updated. (Required.) BranchProtectionRuleID ID `json:"branchProtectionRuleId"` // The glob-like pattern used to determine matching branches. (Optional.) Pattern *String `json:"pattern,omitempty"` // Are approving reviews required to update matching branches. (Optional.) RequiresApprovingReviews *Boolean `json:"requiresApprovingReviews,omitempty"` // Number of approving reviews required to update matching branches. (Optional.) RequiredApprovingReviewCount *Int `json:"requiredApprovingReviewCount,omitempty"` // Are commits required to be signed. (Optional.) RequiresCommitSignatures *Boolean `json:"requiresCommitSignatures,omitempty"` // Are merge commits prohibited from being pushed to this branch. (Optional.) RequiresLinearHistory *Boolean `json:"requiresLinearHistory,omitempty"` // Are force pushes allowed on this branch. (Optional.) AllowsForcePushes *Boolean `json:"allowsForcePushes,omitempty"` // Can this branch be deleted. (Optional.) AllowsDeletions *Boolean `json:"allowsDeletions,omitempty"` // Can admins overwrite branch protection. (Optional.) IsAdminEnforced *Boolean `json:"isAdminEnforced,omitempty"` // Are status checks required to update matching branches. (Optional.) RequiresStatusChecks *Boolean `json:"requiresStatusChecks,omitempty"` // Are branches required to be up to date before merging. (Optional.) RequiresStrictStatusChecks *Boolean `json:"requiresStrictStatusChecks,omitempty"` // Are reviews from code owners required to update matching branches. (Optional.) RequiresCodeOwnerReviews *Boolean `json:"requiresCodeOwnerReviews,omitempty"` // Will new commits pushed to matching branches dismiss pull request review approvals. (Optional.) DismissesStaleReviews *Boolean `json:"dismissesStaleReviews,omitempty"` // Is dismissal of pull request reviews restricted. (Optional.) RestrictsReviewDismissals *Boolean `json:"restrictsReviewDismissals,omitempty"` // A list of User or Team IDs allowed to dismiss reviews on pull requests targeting matching branches. (Optional.) ReviewDismissalActorIDs *[]ID `json:"reviewDismissalActorIds,omitempty"` // Is pushing to matching branches restricted. (Optional.) RestrictsPushes *Boolean `json:"restrictsPushes,omitempty"` // A list of User, Team or App IDs allowed to push to matching branches. (Optional.) PushActorIDs *[]ID `json:"pushActorIds,omitempty"` // List of required status check contexts that must pass for commits to be accepted to matching branches. (Optional.) RequiredStatusCheckContexts *[]String `json:"requiredStatusCheckContexts,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateBranchProtectionRuleInput is an autogenerated input type of UpdateBranchProtectionRule.
type UpdateCheckRunInput struct { // The node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // The node of the check. (Required.) CheckRunID ID `json:"checkRunId"` // The name of the check. (Optional.) Name *String `json:"name,omitempty"` // The URL of the integrator's site that has the full details of the check. (Optional.) DetailsURL *URI `json:"detailsUrl,omitempty"` // A reference for the run on the integrator's system. (Optional.) ExternalID *String `json:"externalId,omitempty"` // The current status. (Optional.) Status *RequestableCheckStatusState `json:"status,omitempty"` // The time that the check run began. (Optional.) StartedAt *DateTime `json:"startedAt,omitempty"` // The final conclusion of the check. (Optional.) Conclusion *CheckConclusionState `json:"conclusion,omitempty"` // The time that the check run finished. (Optional.) CompletedAt *DateTime `json:"completedAt,omitempty"` // Descriptive details about the run. (Optional.) Output *CheckRunOutput `json:"output,omitempty"` // Possible further actions the integrator can perform, which a user may trigger. (Optional.) Actions *[]CheckRunAction `json:"actions,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateCheckRunInput is an autogenerated input type of UpdateCheckRun.
type UpdateCheckSuitePreferencesInput struct { // The Node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // The check suite preferences to modify. (Required.) AutoTriggerPreferences []CheckSuiteAutoTriggerPreference `json:"autoTriggerPreferences"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateCheckSuitePreferencesInput is an autogenerated input type of UpdateCheckSuitePreferences.
type UpdateEnterpriseAdministratorRoleInput struct { // The ID of the Enterprise which the admin belongs to. (Required.) EnterpriseID ID `json:"enterpriseId"` // The login of a administrator whose role is being changed. (Required.) Login String `json:"login"` // The new role for the Enterprise administrator. (Required.) Role EnterpriseAdministratorRole `json:"role"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseAdministratorRoleInput is an autogenerated input type of UpdateEnterpriseAdministratorRole.
type UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput struct { // The ID of the enterprise on which to set the allow private repository forking setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the allow private repository forking setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput is an autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting.
type UpdateEnterpriseDefaultRepositoryPermissionSettingInput struct { // The ID of the enterprise on which to set the default repository permission setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the default repository permission setting on the enterprise. (Required.) SettingValue EnterpriseDefaultRepositoryPermissionSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseDefaultRepositoryPermissionSettingInput is an autogenerated input type of UpdateEnterpriseDefaultRepositoryPermissionSetting.
type UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput struct { // The ID of the enterprise on which to set the members can change repository visibility setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the members can change repository visibility setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput is an autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting.
type UpdateEnterpriseMembersCanCreateRepositoriesSettingInput struct { // The ID of the enterprise on which to set the members can create repositories setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // 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. (Optional.) SettingValue *EnterpriseMembersCanCreateRepositoriesSettingValue `json:"settingValue,omitempty"` // When false, allow member organizations to set their own repository creation member privileges. (Optional.) MembersCanCreateRepositoriesPolicyEnabled *Boolean `json:"membersCanCreateRepositoriesPolicyEnabled,omitempty"` // Allow members to create public repositories. Defaults to current value. (Optional.) MembersCanCreatePublicRepositories *Boolean `json:"membersCanCreatePublicRepositories,omitempty"` // Allow members to create private repositories. Defaults to current value. (Optional.) MembersCanCreatePrivateRepositories *Boolean `json:"membersCanCreatePrivateRepositories,omitempty"` // Allow members to create internal repositories. Defaults to current value. (Optional.) MembersCanCreateInternalRepositories *Boolean `json:"membersCanCreateInternalRepositories,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseMembersCanCreateRepositoriesSettingInput is an autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting.
type UpdateEnterpriseMembersCanDeleteIssuesSettingInput struct { // The ID of the enterprise on which to set the members can delete issues setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the members can delete issues setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseMembersCanDeleteIssuesSettingInput is an autogenerated input type of UpdateEnterpriseMembersCanDeleteIssuesSetting.
type UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput struct { // The ID of the enterprise on which to set the members can delete repositories setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the members can delete repositories setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseMembersCanDeleteRepositoriesSettingInput is an autogenerated input type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting.
type UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput struct { // The ID of the enterprise on which to set the members can invite collaborators setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the members can invite collaborators setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseMembersCanInviteCollaboratorsSettingInput is an autogenerated input type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting.
type UpdateEnterpriseMembersCanMakePurchasesSettingInput struct { // The ID of the enterprise on which to set the members can make purchases setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the members can make purchases setting on the enterprise. (Required.) SettingValue EnterpriseMembersCanMakePurchasesSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseMembersCanMakePurchasesSettingInput is an autogenerated input type of UpdateEnterpriseMembersCanMakePurchasesSetting.
type UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput struct { // The ID of the enterprise on which to set the members can update protected branches setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the members can update protected branches setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput is an autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting.
type UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput struct { // The ID of the enterprise on which to set the members can view dependency insights setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the members can view dependency insights setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseMembersCanViewDependencyInsightsSettingInput is an autogenerated input type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting.
type UpdateEnterpriseOrganizationProjectsSettingInput struct { // The ID of the enterprise on which to set the organization projects setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the organization projects setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseOrganizationProjectsSettingInput is an autogenerated input type of UpdateEnterpriseOrganizationProjectsSetting.
type UpdateEnterpriseProfileInput struct { // The Enterprise ID to update. (Required.) EnterpriseID ID `json:"enterpriseId"` // The name of the enterprise. (Optional.) Name *String `json:"name,omitempty"` // The description of the enterprise. (Optional.) Description *String `json:"description,omitempty"` // The URL of the enterprise's website. (Optional.) WebsiteURL *String `json:"websiteUrl,omitempty"` // The location of the enterprise. (Optional.) Location *String `json:"location,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseProfileInput is an autogenerated input type of UpdateEnterpriseProfile.
type UpdateEnterpriseRepositoryProjectsSettingInput struct { // The ID of the enterprise on which to set the repository projects setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the repository projects setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseRepositoryProjectsSettingInput is an autogenerated input type of UpdateEnterpriseRepositoryProjectsSetting.
type UpdateEnterpriseTeamDiscussionsSettingInput struct { // The ID of the enterprise on which to set the team discussions setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the team discussions setting on the enterprise. (Required.) SettingValue EnterpriseEnabledDisabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseTeamDiscussionsSettingInput is an autogenerated input type of UpdateEnterpriseTeamDiscussionsSetting.
type UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput struct { // The ID of the enterprise on which to set the two factor authentication required setting. (Required.) EnterpriseID ID `json:"enterpriseId"` // The value for the two factor authentication required setting on the enterprise. (Required.) SettingValue EnterpriseEnabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput is an autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting.
type UpdateIpAllowListEnabledSettingInput struct { // The ID of the owner on which to set the IP allow list enabled setting. (Required.) OwnerID ID `json:"ownerId"` // The value for the IP allow list enabled setting. (Required.) SettingValue IpAllowListEnabledSettingValue `json:"settingValue"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateIpAllowListEnabledSettingInput is an autogenerated input type of UpdateIpAllowListEnabledSetting.
type UpdateIpAllowListEntryInput struct { // The ID of the IP allow list entry to update. (Required.) IPAllowListEntryID ID `json:"ipAllowListEntryId"` // An IP address or range of addresses in CIDR notation. (Required.) AllowListValue String `json:"allowListValue"` // Whether the IP allow list entry is active when an IP allow list is enabled. (Required.) IsActive Boolean `json:"isActive"` // An optional name for the IP allow list entry. (Optional.) Name *String `json:"name,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateIpAllowListEntryInput is an autogenerated input type of UpdateIpAllowListEntry.
type UpdateIssueCommentInput struct { // The ID of the IssueComment to modify. (Required.) ID ID `json:"id"` // The updated text of the comment. (Required.) Body String `json:"body"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateIssueCommentInput is an autogenerated input type of UpdateIssueComment.
type UpdateIssueInput struct { // The ID of the Issue to modify. (Required.) ID ID `json:"id"` // The title for the issue. (Optional.) Title *String `json:"title,omitempty"` // The body for the issue description. (Optional.) Body *String `json:"body,omitempty"` // An array of Node IDs of users for this issue. (Optional.) AssigneeIDs *[]ID `json:"assigneeIds,omitempty"` // The Node ID of the milestone for this issue. (Optional.) MilestoneID *ID `json:"milestoneId,omitempty"` // An array of Node IDs of labels for this issue. (Optional.) LabelIDs *[]ID `json:"labelIds,omitempty"` // The desired issue state. (Optional.) State *IssueState `json:"state,omitempty"` // An array of Node IDs for projects associated with this issue. (Optional.) ProjectIDs *[]ID `json:"projectIds,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateIssueInput is an autogenerated input type of UpdateIssue.
type UpdateProjectCardInput struct { // The ProjectCard ID to update. (Required.) ProjectCardID ID `json:"projectCardId"` // Whether or not the ProjectCard should be archived. (Optional.) IsArchived *Boolean `json:"isArchived,omitempty"` // The note of ProjectCard. (Optional.) Note *String `json:"note,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateProjectCardInput is an autogenerated input type of UpdateProjectCard.
type UpdateProjectColumnInput struct { // The ProjectColumn ID to update. (Required.) ProjectColumnID ID `json:"projectColumnId"` // The name of project column. (Required.) Name String `json:"name"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateProjectColumnInput is an autogenerated input type of UpdateProjectColumn.
type UpdateProjectInput struct { // The Project ID to update. (Required.) ProjectID ID `json:"projectId"` // The name of project. (Optional.) Name *String `json:"name,omitempty"` // The description of project. (Optional.) Body *String `json:"body,omitempty"` // Whether the project is open or closed. (Optional.) State *ProjectState `json:"state,omitempty"` // Whether the project is public or not. (Optional.) Public *Boolean `json:"public,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateProjectInput is an autogenerated input type of UpdateProject.
type UpdatePullRequestInput struct { // The Node ID of the pull request. (Required.) PullRequestID ID `json:"pullRequestId"` // The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. (Optional.) BaseRefName *String `json:"baseRefName,omitempty"` // The title of the pull request. (Optional.) Title *String `json:"title,omitempty"` // The contents of the pull request. (Optional.) Body *String `json:"body,omitempty"` // The target state of the pull request. (Optional.) State *PullRequestUpdateState `json:"state,omitempty"` // Indicates whether maintainers can modify the pull request. (Optional.) MaintainerCanModify *Boolean `json:"maintainerCanModify,omitempty"` // An array of Node IDs of users for this pull request. (Optional.) AssigneeIDs *[]ID `json:"assigneeIds,omitempty"` // The Node ID of the milestone for this pull request. (Optional.) MilestoneID *ID `json:"milestoneId,omitempty"` // An array of Node IDs of labels for this pull request. (Optional.) LabelIDs *[]ID `json:"labelIds,omitempty"` // An array of Node IDs for projects associated with this pull request. (Optional.) ProjectIDs *[]ID `json:"projectIds,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdatePullRequestInput is an autogenerated input type of UpdatePullRequest.
type UpdatePullRequestReviewCommentInput struct { // The Node ID of the comment to modify. (Required.) PullRequestReviewCommentID ID `json:"pullRequestReviewCommentId"` // The text of the comment. (Required.) Body String `json:"body"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdatePullRequestReviewCommentInput is an autogenerated input type of UpdatePullRequestReviewComment.
type UpdatePullRequestReviewInput struct { // The Node ID of the pull request review to modify. (Required.) PullRequestReviewID ID `json:"pullRequestReviewId"` // The contents of the pull request review body. (Required.) Body String `json:"body"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdatePullRequestReviewInput is an autogenerated input type of UpdatePullRequestReview.
type UpdateRefInput struct { // The Node ID of the Ref to be updated. (Required.) RefID ID `json:"refId"` // The GitObjectID that the Ref shall be updated to target. (Required.) Oid GitObjectID `json:"oid"` // Permit updates of branch Refs that are not fast-forwards?. (Optional.) Force *Boolean `json:"force,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateRefInput is an autogenerated input type of UpdateRef.
type UpdateRepositoryInput struct { // The ID of the repository to update. (Required.) RepositoryID ID `json:"repositoryId"` // The new name of the repository. (Optional.) Name *String `json:"name,omitempty"` // A new description for the repository. Pass an empty string to erase the existing description. (Optional.) Description *String `json:"description,omitempty"` // 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. (Optional.) Template *Boolean `json:"template,omitempty"` // The URL for a web page about this repository. Pass an empty string to erase the existing URL. (Optional.) HomepageURL *URI `json:"homepageUrl,omitempty"` // Indicates if the repository should have the wiki feature enabled. (Optional.) HasWikiEnabled *Boolean `json:"hasWikiEnabled,omitempty"` // Indicates if the repository should have the issues feature enabled. (Optional.) HasIssuesEnabled *Boolean `json:"hasIssuesEnabled,omitempty"` // Indicates if the repository should have the project boards feature enabled. (Optional.) HasProjectsEnabled *Boolean `json:"hasProjectsEnabled,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateRepositoryInput is an autogenerated input type of UpdateRepository.
type UpdateSubscriptionInput struct { // The Node ID of the subscribable object to modify. (Required.) SubscribableID ID `json:"subscribableId"` // The new state of the subscription. (Required.) State SubscriptionState `json:"state"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateSubscriptionInput is an autogenerated input type of UpdateSubscription.
type UpdateTeamDiscussionCommentInput struct { // The ID of the comment to modify. (Required.) ID ID `json:"id"` // The updated text of the comment. (Required.) Body String `json:"body"` // The current version of the body content. (Optional.) BodyVersion *String `json:"bodyVersion,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateTeamDiscussionCommentInput is an autogenerated input type of UpdateTeamDiscussionComment.
type UpdateTeamDiscussionInput struct { // The Node ID of the discussion to modify. (Required.) ID ID `json:"id"` // The updated title of the discussion. (Optional.) Title *String `json:"title,omitempty"` // The updated text of the discussion. (Optional.) Body *String `json:"body,omitempty"` // 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. (Optional.) BodyVersion *String `json:"bodyVersion,omitempty"` // If provided, sets the pinned state of the updated discussion. (Optional.) Pinned *Boolean `json:"pinned,omitempty"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateTeamDiscussionInput is an autogenerated input type of UpdateTeamDiscussion.
type UpdateTopicsInput struct { // The Node ID of the repository. (Required.) RepositoryID ID `json:"repositoryId"` // An array of topic names. (Required.) TopicNames []String `json:"topicNames"` // A unique identifier for the client performing the mutation. (Optional.) ClientMutationID *String `json:"clientMutationId,omitempty"` }
UpdateTopicsInput is an autogenerated input type of UpdateTopics.
UserBlockDuration represents the possible durations that a user can be blocked for.
const ( UserBlockDurationOneDay UserBlockDuration = "ONE_DAY" // The user was blocked for 1 day. UserBlockDurationThreeDays UserBlockDuration = "THREE_DAYS" // The user was blocked for 3 days. UserBlockDurationOneWeek UserBlockDuration = "ONE_WEEK" // The user was blocked for 7 days. UserBlockDurationOneMonth UserBlockDuration = "ONE_MONTH" // The user was blocked for 30 days. UserBlockDurationPermanent UserBlockDuration = "PERMANENT" // The user was blocked permanently. )
The possible durations that a user can be blocked for.
type UserStatusOrder struct { // The field to order user statuses by. (Required.) Field UserStatusOrderField `json:"field"` // The ordering direction. (Required.) Direction OrderDirection `json:"direction"` }
UserStatusOrder represents ordering options for user status connections.
UserStatusOrderField represents properties by which user status connections can be ordered.
const ( UserStatusOrderFieldUpdatedAt UserStatusOrderField = "UPDATED_AT" // Order user statuses by when they were updated. )
Properties by which user status connections can be ordered.
type X509Certificate struct{ *x509.Certificate }
X509Certificate is a valid x509 certificate.
func NewX509Certificate(v X509Certificate) *X509Certificate
NewX509Certificate is a helper to make a new *X509Certificate.
func (x X509Certificate) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (x *X509Certificate) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
Path | Synopsis |
---|---|
example/githubv4dev | githubv4dev is a test program currently being used for developing githubv4 package. |
Package githubv4 imports 8 packages (graph) and is imported by 93 packages. Updated 2020-12-07. Refresh now. Tools for package owners.