* New Crowdin translations by Github Action * Reset translations with known issues to english * Revert broken translations * Reset broken translated file * Revert broken translations Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
817 B
817 B
title, redirect_from, versions
| title | redirect_from | versions | |||||||
|---|---|---|---|---|---|---|---|---|---|
| Interfaces |
|
|
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 %}