remix-graphql-example

remix + type-graphql + envelop + helix + urql

MIT License

Stars
6

Remix GraphQL Example

What is it?

GraphQL schema is defined using type-graphql and then used in remix loaders through urql client (with exchange-execute) to build UI. The same schema is also exposed under /graphql resource route through envelop and helix.

Design by awesome DoodleCSS

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.