About interfaces
Interfaces serve as parent objects from which other objects can inherit.
For example, Lockable is an interface because both Issue and PullRequest objects can be locked. An interface has its own list of named fields that are shared by implementing objects.
For more information, see "Introduction to GraphQL."
Actor
Represents an object which can take actions on GitHub. Typically a User or Bot.
Actor is implemented by
Fields for Actor
| Name | Description |
|---|---|
| A URL pointing to the actor's public avatar. Arguments for
|
| The username of the actor. |
| The HTTP path for this actor. |
| The HTTP URL for this actor. |
Assignable
An object that can have users assigned to it.
Assignable is implemented by
Fields for Assignable
| Name | Description |
|---|---|
| A list of Users assigned to this object. |
AuditEntry
An entry in the audit log.
AuditEntry is implemented by
MembersCanDeleteReposClearAuditEntryMembersCanDeleteReposDisableAuditEntryMembersCanDeleteReposEnableAuditEntryOauthApplicationCreateAuditEntryOrgAddBillingManagerAuditEntryOrgAddMemberAuditEntryOrgBlockUserAuditEntryOrgConfigDisableCollaboratorsOnlyAuditEntryOrgConfigEnableCollaboratorsOnlyAuditEntryOrgCreateAuditEntryOrgDisableOauthAppRestrictionsAuditEntry