release-1719712447060
版本发布时间: 2024-06-30 09:54:07
dotansimha/graphql-yoga最新发布版本:release-1723761948464(2024-08-16 06:45:48)
@graphql-yoga/apollo-link@3.5.0
@graphql-yoga/urql-exchange@3.5.0
graphql-yoga@5.5.0
Minor Changes
-
#3332
0208024
Thanks @ardatan! - Customize the landing page by passing a custom renderer that returnsResponse
to thelandingPage
optionimport { createYoga } from 'graphql-yoga' const yoga = createYoga({ landingPage: ({ url, fetchAPI }) => { return new fetchAPI.Response( /* HTML */ ` <!doctype html> <html> <head> <title>404 Not Found</title> </head> <body> <h1>404 Not Found</h1> <p>Sorry, the page (${url.pathname}) you are looking for could not be found.</p> </body> </html> `, { status: 404, headers: { 'Content-Type': 'text/html' } } ) } })
@graphql-yoga/nestjs@3.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/nestjs-federation@3.5.0
Patch Changes
- Updated dependencies []:
- @graphql-yoga/nestjs@3.5.0
- @graphql-yoga/plugin-apollo-inline-trace@3.5.0
@graphql-yoga/plugin-apollo-inline-trace@3.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/apollo-managed-federation@0.2.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-apq@3.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-csrf-prevention@3.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-defer-stream@3.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-disable-introspection@2.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-graphql-sse@3.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-jwt@2.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-persisted-operations@3.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-prometheus@5.2.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-response-cache@3.7.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/plugin-sofa@3.5.0
Patch Changes
- Updated dependencies
[
0208024
]:
@graphql-yoga/render-graphiql@5.5.0
Patch Changes
- Updated dependencies
[
0208024
]: