| Example | ||
|---|---|---|
|
with-react |
Shows a basic query in urql with React.
|
|
|
with-react-native |
Shows a basic query in urql with React Native.
|
|
|
with-svelte |
Shows a basic query in @urql/svelte with Svelte.
|
|
|
with-vue3 |
Shows a basic query in @urql/vue with Vue 3.
|
|
|
with-next |
Shows a basic query in next-urql with Next.js.
|
|
|
with-pagination |
Shows how to generically set up pagination with urql in UI code.
|
|
|
with-infinite-pagination |
Shows how to generically set up infinite scrolling pagination with urql in UI code.
|
|
|
with-apq |
Shows Automatic Persisted Queries with @urql/exchange-persisted.
|
|
|
with-graphcache-updates |
Shows manual cache updates with @urql/exchange-graphcache.
|
|
|
with-graphcache-pagination |
Shows the automatic infinite pagination helpers from @urql/exchange-graphcache.
|
|
|
with-multipart |
Shows file upload support integrated in @urql/core.
|
|
|
with-refresh-auth |
Shows authentication with refresh tokens using @urql/exchange-auth.
|
|
|
with-retry |
Shows retrying of failed operations with @urql/exchange-retry.
|
|
|
with-defer-stream-directives |
Demonstrates urql and @urql/exchange-graphcache with built-in support for @defer and @stream.
|
|
|
with-subscriptions-via-fetch |
Demonstrates @urql/core's built-in support for executing subscriptions with a GraphQL Yoga API via the fetchExchange.
|
|