1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/translations/ru-RU/content/graphql/overview/public-schema.md
Chiedo John 1e6714192b Crowdin translations (translation-batch-1606831598) (#16683)
* 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>
2020-12-01 15:15:47 +00:00

1.2 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Public schema Download the public schema for the {% data variables.product.prodname_dotcom %} GraphQL API.
/v4/public_schema
free-pro-team enterprise-server github-ae
* * *

You can perform introspection against the GraphQL API directly.

Alternatively, you can download the latest version of the public schema here:

{% if currentVersion == "free-pro-team@latest" %}

{% octicon "desktop-download" aria-label="The desktop download icon" %} schema.docs.graphql

{% endif %}

{% if enterpriseServerVersions contains currentVersion %}

[{% octicon "desktop-download" aria-label="The desktop download icon" %} schema.docs-enterprise.graphql](/public/ghes-{{ allVersions[currentVersion].currentRelease }}/schema.docs-enterprise.graphql) ({{ allVersions[currentVersion].versionTitle }})

{% endif %}

{% if currentVersion == "github-ae@latest" %}

{% octicon "desktop-download" aria-label="The desktop download icon" %} schema.docs-ghae.graphql ({{ allVersions[currentVersion].versionTitle }})

{% endif %}