-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to use stable SWAPI endpoint in examples #10242
Conversation
|
💻 Website PreviewThe latest changes are available as preview in: https://61c4006d.graphql-code-generator.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh i would move to this is the stable endpoint. Folks try to point to the neltify thing but that's internal only (yes people find it) but this endpoint you can be certain will be there :)
https://graphql.org/graphql/
66159fb
to
e8d00e6
Compare
64fef01
to
c489b4a
Compare
c489b4a
to
f24f399
Compare
Thanks @saihaj ! I've updated to I'll merge this first to unblock CI & rebase a few PRs - if there's other comments, happy to implement as subsequent PRs |
Description
https://github.com/graphql/swapi-graphql recently moved to a new endpoint, so this PR updates the endpoint references.
Some tests were failing because they were using the old endpoint
Type of change