Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(graphql): disable data fetching in static ssr
BREAKING CHANGE: In static mode, during server side rendering, GraphQL data is no longer being prefetched. That appears to be the sane default. The old behaviour can be restored by extending `GraphQLContext` and overriding its 'prefetchData' method. Closes #324
- Loading branch information