Skip to content

github graphql schema location changed #753

Open
@jchidley

Description

@jchidley

This comment:

//! Run this to update `github_schema.graphql`:
//!
//! ```sh
//! curl -L https://docs.github.com/public/schema.docs.graphql -o examples/github_schema.graphql
//! ```

at the top of examples/graphql_issues.rs

needs changing to

//! Run this to update `github_schema.graphql`:
//!
//! ```sh
//! curl -L https://docs.github.com/public/fpt/schema.docs.graphql -o examples/github_schema.graphql
//! ```

Because the location for Github's GraphQL Schema appears to have changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions