OBJECT
RepositoryInvitationRepository
A subset of repository info shared with potential collaborators.
link GraphQL Schema definition
- type RepositoryInvitationRepository implements RepositoryInfo {
- # Identifies the date and time when the object was created.
- DateTime! :
- # The Ref associated with the repository's default branch.
- Ref :
- # The description of the repository.
- String :
- # The description of the repository rendered to HTML.
- HTML! :
- # Indicates if the repository has issues feature enabled.
- Boolean! :
- # Indicates if the repository has wiki feature enabled.
- Boolean! :
- # The repository's URL.
- String :
- # Identifies if the repository is a fork.
- Boolean! :
- # Indicates if the repository has been locked or not.
- Boolean! :
- # Identifies if the repository is a mirror.
- Boolean! :
- # Identifies if the repository is private.
- Boolean! :
- # The license associated with the repository
- String :
- # The reason the repository has been locked.
- RepositoryLockReason :
- # The repository's original mirror URL.
- String :
- # The name of the repository.
- String! :
- # The User owner of the repository.
- RepositoryOwner! :
- # The HTTP path for this repository
- URI! :
- # Identifies when the repository was last pushed to.
- DateTime :
- # Identifies the date and time when the object was last updated.
- DateTime! :
- # The HTTP url for this repository
- URI! :
- }