1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/content/graphql/reference/interfaces.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

743 B

title, redirect_from, versions
title redirect_from versions
Interfaces
/v4/interface
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 %}