v0.1.0
Breaking changes
- Avoid breaking the browser bundle by importing from
remix-graphql/index.server
instead ofremix-graphql
Migration guide
Update all imports from remix-graphql
like this:
- import { ... } from "remix-graphql";
+ import { ... } from "remix-graphql/index.server";