1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/translations/ru-RU/content/graphql/reference/interfaces.md
Vanessa Yuen a80ec7bd98 Crowdin translations (#17143)
* New Crowdin translations by Github Action

* Revert broken translated files to english

* fix dates

* fix translation 😭

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-01-05 20:37:31 +01:00

845 B

title, redirect_from, versions
title redirect_from versions
Interfaces
/v4/interface
/v4/reference/interface
free-pro-team enterprise-server github-ae
* * *

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