1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update broken GraphQL site links (#49419)

This commit is contained in:
Sarita Iyer
2024-02-27 17:01:01 -05:00
committed by GitHub
parent fc5a0233b2
commit 58e074582b
13 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ Migrating from REST to GraphQL represents a significant shift in API logic. The
To migrate your code from the [REST API](/rest) to the GraphQL API:
- Review the [GraphQL spec](https://graphql.github.io/graphql-spec/June2018/)
- Review the [GraphQL spec](https://spec.graphql.org/June2018/)
- Review GitHub's [GraphQL schema](/graphql/reference)
- Consider how any existing code you have currently interacts with the GitHub REST API
- Use [Global Node IDs](/graphql/guides/using-global-node-ids) to reference objects between API versions