Loaders
Available Loaders
- Schema from GraphQL Endpoint (opens in a new tab)
- Schema from Introspection result (opens in a new tab)
- Schema and Documents from GraphQL files (opens in a new tab)
- Schema and Documents from JavaScript and TypeScript files (opens in a new tab)
- Schema from a file on GitHub (opens in a new tab)
- Schema from a file on a specific branch of git repository (opens in a new tab)
Writing Loaders
Take a look at some example loaders here (opens in a new tab), we also recommend to explore the GraphQL File Loader code (opens in a new tab) as you plan your loader.