-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3 #1487
V3 #1487
Conversation
🦋 Changeset detectedLatest commit: 78febf3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❌ Benchmark FailedFailed assertions detected: some GraphQL operations included in the loadtest are failing.
|
15abb85
to
a84ea46
Compare
…different across impl
* feat: use engine plugin * remove assertion * make useEngine plugin the only way to pass engine functions (#1536) * make useEngine plugin the only way to pass engine fns * update types * update docs * Update packages/plugins/apollo-datasources/README.md Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com> * prettier: Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
🚀 Website PreviewThe latest changes to the website are available as preview in: https://f5919801.envelop.pages.dev |
envelop
function structure to require passing all functionsgraphql
import fromcore
and drop aspeerDependencies
graphql
graphql
imports in plugins where possible - https://www.notion.so/theguildoss/Envelop-Plugins-Engine-Agnostic-5e055afb91284365901bac973d353f95v3
defaultGoal is to have this kind of migration path:
Before
After