1
0
mirror of synced 2025-12-20 10:28:40 -05:00
Files
docs/content/graphql/reference/interfaces.md
2021-06-24 10:21:07 -04:00

832 B

title, redirect_from, versions, topics
title redirect_from versions topics
Interfaces
/v4/interface
/v4/reference/interface
fpt ghes ghae
* * *
API

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 %}