internal: use empty merge commit to clean up git diff from 16.x.x #4412
Expose GraphQLErrorOptions type (#3554) (#3565)
1112b4d5
16.5.0
1f8ba95c
createSourceEventStream: introduce named arguments and deprecate posi…
59a73d64
Workaround for codesandbox having bug with TS enums (#3686)
af8221a6
Parser: allow 'options' to explicitly accept undefined (#3701)
6c6508bd
parser: limit maximum number of tokens (#3702)
f0a0a4da
16.6.0
3a51ecad
Fix crash in node when mixing sync/async resolvers (backport of #3706…
4a82557a
Fix/invalid error propagation custom scalars (backport for 16.x.x) (#…
076972e9
check "globalThis.process" before accessing it (#3887)
84bb146e
16.7.0
1519fda2
instanceOf: workaround bundler issue with `process.env` (#3923)
a08aaeea
16.7.1
bf6a9f0e
Support fourfold nested lists (#3950)
bec1b497
16.8.0
e4f759db
OverlappingFieldsCanBeMergedRule: Fix performance degradation (#3967)
8f4c64eb
16.8.1
8a95335f
fix: remove `globalThis` check and align with what bundlers can accep…
0d12b065
Fix publish scripts (#4104)
c82609e8
16.8.2
08779a04
backport[v16]: Introduce "recommended" validation rules (#4119)
c985c273
feat: allow defining symbol error extensions (#3730)
29c1bff4
Revert error extension symbol (#4123)
c35130e4
backport[v16]: Implement OneOf Input Objects via `@oneOf` directive (…
29144f73
backport[v16]: Enable passing values configuration to GraphQLEnumType…
6a1614cb
16.9.0
556a01e3
Upgrade codecov action and pass token (#4138)
04cba887
Fix codecov workflow (#4139)
e1ceb8f4
Add GraphQLConf 2024 banner (#4157)
9a91e338
Upgrade deprecated actions (#4193)
0517368e
backport(v16): Require non-empty directive locations (#4100) (#4137)
993d7ce2
fix(validation): catch OverlappingFieldsCanBeMergedRule violations wi…
45e28a5b
Backport introspection type fix (#4226)
2562ce01
Convert from docusaurus to nextra (#4240)
d1c9c428
Add content from https://github.com/graphql/graphql.github.io/pull/17…
9959504b
Styling fixes (#4249)
b76f4631
Various fixes to docs (#4256)
72be121d
Fix going to production
16b3d01c
Solve some low hanging fruit in the documentation (#4279)
84a49f78
Add overview page and add stackblitz to tutorial (#4283)
e9b6b626
Provide people with tabs so they can use classes as well (#4284)
577a9ad5
Add note about defer/stream being v17 (#4289)
423e72de
fix: properly type `extensions` in GraphQLFormattedError (#4286)
3f49961e
Expose tokenCount on the DocumentNode (#4292)
10cc0aca
Address empty selection-set (#4291)
4ef04286
Write about `@oneOf` in the graphql-js documentation (#4290)
273fc844
Split up in v16 API documentation (#4295)
c079ae3c
16.10.0
48afd37a
Add redirect for /api (#4327)
0c164d36
fix sidebar for documentation and `/api-v16` (#4331)
8296fbfc
Add cspell exception (#4335)
90ebe5ac
Increase print/visit performance (#4312)
31bf28f4
Improve flow of documentation around GraphiQL (#4340)
6afd9d15
typofix: removes extra parenthesis from getting started code snippet …
05c92f4d
First draft for upgrade guide to v17 (#4310)
7066b586
docs(getting-started): promises current links (#4352)
1437cda8
fixed wrong variable name (#4351)
6b253e71
Ensure we validate for using nullable variables in oneOf input fields…
0a848cc4
fix(coerce-input-value): input object coercion rejects arrays (#4367)
5adeb7f7
feat(execution): add max coercion errors option to execution context …
50cbe4a2
Correct some syntax (#4369)
8025494d
Update docs for execution options (#4368)
7dd7812e
Chore: bump setup-node (#4377)
2df9d6fe
docs: Update getting-started.mdx (#4373)
2ca1479a
Refactor every code-first example to leverage resolve (#4372)
1bc28679
Change to gqlConf 2025 (#4378)
b296a42d
Add missing parenthesis (#4379)
556c80fb
16.11.0
c18e9f6a
docs: anatomy of a resolver (#4381)
e6cd9fca
docs: understanding graphql errors (#4382)
584550aa
Temporarily disable GitHubActionsBot
8d305b4c
Pull some of the GitHub actions updates from main
049c2718
Another update
5463bc16
Add the version support policy (#4390)
a1af6c34
docs: N+1 problem and DataLoader (#4383)
9a6d8acd
docs: add guides for custom scalars (#4380)
3110f812
docs: cursor-based pagination guide (#4391)
3de02c18
docs: add page on abstract types (#4393)
98eff7f6
Update mutations-and-input-types.mdx (#4399)
2120ff3f
docs: editorial for recent documentation updates (#4395)
3f5858be
Remove CJS from docs (#4400)
dd53d996
Catch unhandled exception in abstract resolution (#4392)
a7db60be
yaacovCR
changed the title DO NOT MERGE: demo using empty merge commit to clean up 16.x.x <==> next git diff polish: use empty merge commit to clean up git diff from 16.x.x 115 days ago
yaacovCR
changed the title polish: use empty merge commit to clean up git diff from 16.x.x internal: use empty merge commit to clean up git diff from 16.x.x 115 days ago
yaacovCR
force pushed
from
626e4e94
to
beae5ec2
115 days ago
yaacovCR
changed the base branch from
backport-v16
to
next
115 days ago
yaacovCR
force pushed
from
beae5ec2
to
e94d93e0
115 days ago
docs: add guide on directives (#4401)
1f1d89d6
docs: add guide on nullability (#4405)
e24e6a93
docs: add guide on subscriptions (#4406)
4e9df42b
docs: add page on authorization strategies (#4396)
dda8cc25
docs: update "going to production" guide (#4398)
29324d5e
docs: add guide on caching strategies (#4411)
734962ad
docs: guide on scaling your API (#4414)
06cec819
docs: trusted documents (#4418)
d3483ff1
docs: type generation for graphql servers (#4376)
0e2f6853
docs: add guide for operation complexity controls (#4402)
96b703ee
Editorial for #4405 (nullability) (#4416)
07d0b7e7
Indicate that field arguments should always be preferred over directi…
90aaadce
docs: editorial on abstract types page (#4394)
eb858bc8
docs: cleanup and fixes (#4419)
9874ed6e
yaacovCR
force pushed
from
e94d93e0
to
51b22732
112 days ago
yaacovCR
force pushed
from
51b22732
to
8ee936dd
112 days ago
yaacovCR
marked this pull request as ready for review 112 days ago
yaacovCR
force pushed
from
8ee936dd
to
2568e6d1
112 days ago
yaacovCR
force pushed
from
2568e6d1
to
6aa1aca1
112 days ago
yaacovCR
force pushed
from
6aa1aca1
to
4bb35bf4
112 days ago
yaacovCR
force pushed
from
4bb35bf4
to
21f2fcbc
112 days ago
yaacovCR
requested a review
112 days ago
yaacovCR
force pushed
from
21f2fcbc
to
7ef7355e
112 days ago
Merge branch '16.x.x' into with-empty-merge-commit
f4f3ee7f
yaacovCR
force pushed
from
7ef7355e
to
f4f3ee7f
112 days ago
yaacovCR
merged
ef042cf1
into next 111 days ago
yaacovCR
deleted the with-empty-merge-commit branch 111 days ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub