-
Notifications
You must be signed in to change notification settings - Fork 575
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
Update NextJS examples and docuamentation for new App Directory #2760
Conversation
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
graphql-yoga-cloud-run-guide |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/apollo-link |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/urql-exchange |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/redis-event-target |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/typed-event-target |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/graphiql |
4.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
graphql-yoga |
4.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/logger |
1.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/nestjs-federation |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apollo-inline-trace |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-apq |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-csrf-prevention |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-defer-stream |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-disable-introspection |
1.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-graphql-sse |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-persisted-operations |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-prometheus |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-response-cache |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/plugin-sofa |
2.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/render-graphiql |
4.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
@graphql-yoga/subscription |
4.0.0-rc-20230526142752-be054b68 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://5a81d196.graphql-yoga.pages.dev |
✅ Benchmark Results
|
58ad871
to
d576a4b
Compare
02e993c
to
c591df8
Compare
4b636cf
to
e72117b
Compare
e72117b
to
f5fc922
Compare
f5fc922
to
ae415ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need an npm lockfile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it is needed, it was probably added by the next project scaffolder.
ae415ad
to
99deff5
Compare
diff --git a/website/route-lockfile.txt b/website/route-lockfile.txt
index d1792dc2..a4172aa0 100644
--- a/website/route-lockfile.txt
+++ b/website/route-lockfile.txt
@@ -5,9 +5,7 @@
/docs/features/apollo-federation
/docs/features/automatic-persisted-queries
/docs/features/context
-/docs/features/cookies
/docs/features/cors
-/docs/features/csrf-prevention
/docs/features/defer-stream
/docs/features/envelop-plugins
/docs/features/error-masking
@@ -38,7 +36,6 @@
/docs/integrations/integration-with-nestjs
/docs/integrations/integration-with-nextjs
/docs/integrations/integration-with-sveltekit
-/docs/integrations/integration-with-uwebsockets
/docs/integrations/z-other-environments
/docs/migration/migration-from-apollo-server
/docs/migration/migration-from-express-graphql |
28a903c
to
c26c617
Compare
c26c617
to
6b3c9da
Compare
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
6b3c9da
to
af52c48
Compare
f3fc81d
to
c26c617
Compare
c26c617
to
af52c48
Compare
Description
NextJS 13 introduced a new directory layout with the
app
folder. Some extra configuration is needed to make Yoga working compared to previous legacypages
directory layout.This PR aims to update examples and integration documentation with this new layout.
fixes #2696
TODO: