Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 624 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 624 Bytes

swr-graphql

One-Click Deploy

Deploy your own SWR project with ZEIT Now.

Deploy with ZEIT Now

How to Use

Install it and run:

yarn
yarn dev
# or
npm install
npm run dev

Deploy it to the cloud with now (download)

now

The Idea behind the Example

  • Hasura GraphQL APIs for instant backend.
  • Integrate simple GraphQL queries.
  • Optimistic UI with GraphQL mutations.
  • GraphQL Subscriptions using native websockets.