Back to Graphql Code Generator

urql-introspection

website/src/pages/plugins/other/urql-introspection.mdx

1.17.7560 B
Original Source

import { Callout } from '@theguild/components' import { PluginApiDocs, PluginHeader } from '@/components/plugin' import { pluginGetStaticProps } from '@/lib/plugin-get-static-props' export const getStaticProps = pluginGetStaticProps(__filename)

<PluginHeader />

How to use?

ts
// generated by the plugin
import schema from './generated-introspection.json'
const cache = cacheExchange({ schema })
<Callout> [Read more about Schema Awareness](https://formidable.com/open-source/urql/docs/graphcache/schema-awareness) </Callout> <PluginApiDocs />