Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 743 Bytes

File metadata and controls

20 lines (15 loc) · 743 Bytes
title Interfaces
redirect_from
/v4/interface
versions
free-pro-team enterprise-server
*
*

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 "Implementation."

{% for item in graphql.schemaForCurrentVersion.interfaces %} {% include graphql-interface %} {% endfor %}