Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(context): Re-export context from
graphql-server
(#10117)
**Problem** As part of v7 context refactoring we move context from `@redwoodjs/graphql-server` to `@redwoodjs/context`. We had a period of time where both locations had the code with the `graphql-server` variant being deprecated. However, once it was removed from `graphql-server` this was a breaking change as any user who had specifically imported from `graphql-server` would now have tp update their code. This reverts this and allows them to continue to import from the `graphql-server` package. **Changes** 1. Re-export the `context` and `setContext` from the package as was done previous to v7.
- Loading branch information