Skip to content

v0.1.0

Compare
Choose a tag to compare
@thomasheyenbrock thomasheyenbrock released this 10 Jan 12:02
· 34 commits to main since this release

Breaking changes

  • Avoid breaking the browser bundle by importing from remix-graphql/index.server instead of remix-graphql

Migration guide

Update all imports from remix-graphql like this:

- import { ... } from "remix-graphql";
+ import { ... } from "remix-graphql/index.server";