You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphQL Code Generator provides a unified way to get TypeScript types from GraphQL operations for [most modern GraphQL clients and frameworks](#appendix-ii-compatibility).
10
10
11
-
This guide is built using the [Star wars films demo API](https://swapi-graphql.netlify.app/.netlify/functions/index).
11
+
This guide is built using the [Star wars films demo API](https://graphql.org/graphql/).
12
12
13
13
We will build a simple GraphQL front-end app using the following Query to fetch the list of Star Wars films:
14
14
@@ -62,7 +62,7 @@ Then provide the corresponding framework-specific configuration:
0 commit comments