Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
24 lines (19 loc) · 869 Bytes

interfaces.md

File metadata and controls

24 lines (19 loc) · 869 Bytes
title intro redirect_from versions topics autogenerated
Interfaces
Interfaces serve as parent objects from which other objects can inherit.
/v4/interface
/v4/reference/interface
fpt ghec ghes
*
*
*
API
graphql

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 AUTOTITLE.