Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
604 lines (404 loc) · 18.3 KB

unions.md

File metadata and controls

604 lines (404 loc) · 18.3 KB

Unions

About unions

A union is a type of object representing many objects.

Assignee

Types that can be assigned to issues.

Possible types


AuditEntryActor

Types that can initiate an audit log event.

Possible types


BranchActorAllowanceActor

Types which can be actors for BranchActorAllowance objects.

Possible types


Closer

The object which triggered a ClosedEvent.

Possible types


CreatedIssueOrRestrictedContribution

Represents either a issue the viewer can access or a restricted contribution.

Possible types


CreatedPullRequestOrRestrictedContribution

Represents either a pull request the viewer can access or a restricted contribution.

Possible types


CreatedRepositoryOrRestrictedContribution

Represents either a repository the viewer can access or a restricted contribution.

Possible types


DeploymentReviewer

Users and teams.

Possible types


EnterpriseMember

An object that is a member of an enterprise.

Possible types


IpAllowListOwner

Types that can own an IP allow list.

Possible types


IssueOrPullRequest

Used for return value of Repository.issueOrPullRequest.

Possible types


IssueTimelineItem

An item in an issue timeline

Possible types


IssueTimelineItems

An item in an issue timeline

Possible types


MilestoneItem

Types that can be inside a Milestone.

Possible types


OrgRestoreMemberAuditEntryMembership

Types of memberships that can be restored for an Organization member.

Possible types


OrganizationAuditEntry

An audit entry in an organization audit log.

Possible types


PermissionGranter

Types that can grant permissions on a repository to a user

Possible types


PinnableItem

Types that can be pinned to a profile page.

Possible types


ProjectCardItem

Types that can be inside Project Cards.

Possible types


ProjectNextItemContent

Types that can be inside Project Items.

Possible types


PullRequestTimelineItem

An item in a pull request timeline

Possible types


PullRequestTimelineItems

An item in a pull request timeline

Possible types


PushAllowanceActor

Types that can be an actor.

Possible types


Reactor

Types that can be assigned to reactions.

Possible types


ReferencedSubject

Any referencable object

Possible types


RenamedTitleSubject

An object which has a renamable title

Possible types


RequestedReviewer

Types that can be requested reviewers.

Possible types


ReviewDismissalAllowanceActor

Types that can be an actor.

Possible types


SearchResultItem

The results of a search.

Possible types


Sponsor

Entities that can sponsor others via GitHub Sponsors

Possible types


SponsorableItem

Entities that can be sponsored via GitHub Sponsors

Possible types


StatusCheckRollupContext

Types that can be inside a StatusCheckRollup context.

Possible types


VerifiableDomainOwner

Types that can own a verifiable domain.

Possible types