With @defer / @stream Directives#
This example shows urql in use with @defer and @stream
directives
in GraphQL.
To run this example install dependencies and run the start script:
yarn install
yarn run start
# or
npm install
npm run start
This example contains:
- The
urqlbindings and a React app with a client set up insrc/App.jsx - A local
graphql-yogaserver set up to test deferred and streamed results inserver/.