graphql-js
internal: use empty merge commit to clean up git diff from 16.x.x
#4412
Merged

internal: use empty merge commit to clean up git diff from 16.x.x #4412

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

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone