July 01, 2024
·
552 commits
to main
since this release
@graphql-yoga/[email protected]
@graphql-yoga/[email protected]
[email protected]
Minor Changes
-
#3333
9f3f945
Thanks @ardatan! - By default, Yoga does not allow extra parameters
in the request body other thanquery
,operationName
,extensions
, andvariables
, then
throws 400 HTTP Error. This change adds a new option calledextraParamNames
to allow extra
parameters in the request body.import { createYoga } from 'graphql-yoga' const yoga = createYoga({ /* other options */ extraParamNames: ['extraParam1', 'extraParam2'] }) const res = await yoga.fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ query: 'query { __typename }', extraParam1: 'value1', extraParam2: 'value2' }) }) console.assert(res.status === 200)
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies []:
- @graphql-yoga/[email protected]
- @graphql-yoga/[email protected]
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]:
@graphql-yoga/[email protected]
Patch Changes
- Updated dependencies
[9f3f945
]: