Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

public-schema.md 1.2 KB

You have to be logged in to leave a comment. Sign In
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 %}

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...