Skip to content

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

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

Merged
merged 97 commits into from
May 31, 2025
Merged
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
1112b4d
Expose GraphQLErrorOptions type (#3554) (#3565)
IvanGoncharov May 9, 2022
1f8ba95
16.5.0
IvanGoncharov May 9, 2022
59a73d6
createSourceEventStream: introduce named arguments and deprecate posi…
yaacovCR Jun 15, 2022
af8221a
Workaround for codesandbox having bug with TS enums (#3686)
IvanGoncharov Aug 16, 2022
6c6508b
Parser: allow 'options' to explicitly accept undefined (#3701)
IvanGoncharov Aug 16, 2022
f0a0a4d
parser: limit maximum number of tokens (#3702)
IvanGoncharov Aug 16, 2022
3a51eca
16.6.0
IvanGoncharov Aug 16, 2022
4a82557
Fix crash in node when mixing sync/async resolvers (backport of #3706…
chrskrchr Oct 17, 2022
076972e
Fix/invalid error propagation custom scalars (backport for 16.x.x) (#…
stenreijers Feb 15, 2023
84bb146
check "globalThis.process" before accessing it (#3887)
kettanaito May 2, 2023
1519fda
16.7.0
IvanGoncharov Jun 21, 2023
a08aaee
instanceOf: workaround bundler issue with `process.env` (#3923)
IvanGoncharov Jun 22, 2023
bf6a9f0
16.7.1
IvanGoncharov Jun 22, 2023
bec1b49
Support fourfold nested lists (#3950)
gschulze Aug 14, 2023
e4f759d
16.8.0
IvanGoncharov Aug 14, 2023
8f4c64e
OverlappingFieldsCanBeMergedRule: Fix performance degradation (#3967)
AaronMoat Sep 10, 2023
8a95335
16.8.1
IvanGoncharov Sep 19, 2023
0d12b06
fix: remove `globalThis` check and align with what bundlers can accep…
JoviDeCroock May 29, 2024
c82609e
Fix publish scripts (#4104)
benjie Jun 12, 2024
08779a0
16.8.2
benjie Jun 12, 2024
c985c27
backport[v16]: Introduce "recommended" validation rules (#4119)
benjie Jun 21, 2024
29c1bff
feat: allow defining symbol error extensions (#3730)
n1ru4l Jun 21, 2024
c35130e
Revert error extension symbol (#4123)
benjie Jun 21, 2024
29144f7
backport[v16]: Implement OneOf Input Objects via `@oneOf` directive (…
benjie Jun 21, 2024
6a1614c
backport[v16]: Enable passing values configuration to GraphQLEnumType…
benjie Jun 21, 2024
556a01e
16.9.0
benjie Jun 21, 2024
04cba88
Upgrade codecov action and pass token (#4138)
benjie Jul 1, 2024
e1ceb8f
Fix codecov workflow (#4139)
benjie Jul 1, 2024
9a91e33
Add GraphQLConf 2024 banner (#4157)
bignimbus Aug 5, 2024
0517368
Upgrade deprecated actions (#4193)
JoviDeCroock Sep 14, 2024
993d7ce
backport(v16): Require non-empty directive locations (#4100) (#4137)
benjie Sep 18, 2024
45e28a5
fix(validation): catch OverlappingFieldsCanBeMergedRule violations wi…
sachindshinde Sep 23, 2024
2562ce0
Backport introspection type fix (#4226)
JoviDeCroock Oct 13, 2024
d1c9c42
Convert from docusaurus to nextra (#4240)
JoviDeCroock Oct 20, 2024
9959504
Add content from https://github.com/graphql/graphql.github.io/pull/17…
JoviDeCroock Oct 20, 2024
b76f463
Styling fixes (#4249)
JoviDeCroock Oct 20, 2024
72be121
Various fixes to docs (#4256)
JoviDeCroock Oct 26, 2024
16b3d01
Fix going to production
JoviDeCroock Oct 28, 2024
84a49f7
Solve some low hanging fruit in the documentation (#4279)
JoviDeCroock Nov 4, 2024
e9b6b62
Add overview page and add stackblitz to tutorial (#4283)
JoviDeCroock Nov 6, 2024
577a9ad
Provide people with tabs so they can use classes as well (#4284)
JoviDeCroock Nov 7, 2024
423e72d
Add note about defer/stream being v17 (#4289)
JoviDeCroock Nov 7, 2024
3f49961
fix: properly type `extensions` in GraphQLFormattedError (#4286)
tpoisseau Nov 8, 2024
10cc0ac
Expose tokenCount on the DocumentNode (#4292)
JoviDeCroock Nov 8, 2024
4ef0428
Address empty selection-set (#4291)
JoviDeCroock Nov 8, 2024
273fc84
Write about `@oneOf` in the graphql-js documentation (#4290)
JoviDeCroock Nov 8, 2024
c079ae3
Split up in v16 API documentation (#4295)
JoviDeCroock Nov 18, 2024
48afd37
16.10.0
JoviDeCroock Dec 15, 2024
0c164d3
Add redirect for /api (#4327)
JoviDeCroock Jan 15, 2025
8296fbf
fix sidebar for documentation and `/api-v16` (#4331)
dimaMachina Jan 29, 2025
90ebe5a
Add cspell exception (#4335)
JoviDeCroock Jan 29, 2025
31bf28f
Increase print/visit performance (#4312)
JoviDeCroock Jan 29, 2025
6afd9d1
Improve flow of documentation around GraphiQL (#4340)
benjie Feb 5, 2025
05c92f4
typofix: removes extra parenthesis from getting started code snippet …
rabahalishah Feb 12, 2025
7066b58
First draft for upgrade guide to v17 (#4310)
JoviDeCroock Feb 19, 2025
1437cda
docs(getting-started): promises current links (#4352)
guspan-tanadi Mar 4, 2025
6b253e7
fixed wrong variable name (#4351)
fto-dev Mar 8, 2025
0a848cc
Ensure we validate for using nullable variables in oneOf input fields…
JoviDeCroock Mar 27, 2025
5adeb7f
fix(coerce-input-value): input object coercion rejects arrays (#4367)
cristunaranjo Apr 5, 2025
50cbe4a
feat(execution): add max coercion errors option to execution context …
cristunaranjo Apr 10, 2025
8025494
Correct some syntax (#4369)
JoviDeCroock Apr 10, 2025
7dd7812
Update docs for execution options (#4368)
JoviDeCroock Apr 10, 2025
2df9d6f
Chore: bump setup-node (#4377)
JoviDeCroock Apr 24, 2025
2ca1479
docs: Update getting-started.mdx (#4373)
Shubhdeep12 Apr 24, 2025
1bc2867
Refactor every code-first example to leverage resolve (#4372)
JoviDeCroock Apr 24, 2025
b296a42
Change to gqlConf 2025 (#4378)
JoviDeCroock Apr 25, 2025
556c80f
Add missing parenthesis (#4379)
benjie Apr 25, 2025
c18e9f6
16.11.0
JoviDeCroock Apr 26, 2025
e6cd9fc
docs: anatomy of a resolver (#4381)
sarahxsanders May 3, 2025
584550a
docs: understanding graphql errors (#4382)
sarahxsanders May 3, 2025
8d305b4
Temporarily disable GitHubActionsBot
benjie May 3, 2025
049c271
Pull some of the GitHub actions updates from main
benjie May 4, 2025
5463bc1
Another update
benjie May 4, 2025
a1af6c3
Add the version support policy (#4390)
benjie May 8, 2025
9a6d8ac
docs: N+1 problem and DataLoader (#4383)
sarahxsanders May 13, 2025
3110f81
docs: add guides for custom scalars (#4380)
sarahxsanders May 13, 2025
3de02c1
docs: cursor-based pagination guide (#4391)
sarahxsanders May 13, 2025
98eff7f
docs: add page on abstract types (#4393)
sarahxsanders May 14, 2025
2120ff3
Update mutations-and-input-types.mdx (#4399)
roman-lakhnov May 17, 2025
3f5858b
docs: editorial for recent documentation updates (#4395)
benjie May 21, 2025
dd53d99
Remove CJS from docs (#4400)
JoviDeCroock May 21, 2025
a7db60b
Catch unhandled exception in abstract resolution (#4392)
JoviDeCroock May 21, 2025
1f1d89d
docs: add guide on directives (#4401)
sarahxsanders May 27, 2025
e24e6a9
docs: add guide on nullability (#4405)
sarahxsanders May 28, 2025
4e9df42
docs: add guide on subscriptions (#4406)
sarahxsanders May 28, 2025
dda8cc2
docs: add page on authorization strategies (#4396)
sarahxsanders May 28, 2025
29324d5
docs: update "going to production" guide (#4398)
sarahxsanders May 29, 2025
734962a
docs: add guide on caching strategies (#4411)
sarahxsanders May 29, 2025
06cec81
docs: guide on scaling your API (#4414)
sarahxsanders May 29, 2025
d3483ff
docs: trusted documents (#4418)
benjie May 29, 2025
0e2f685
docs: type generation for graphql servers (#4376)
sarahxsanders May 29, 2025
96b703e
docs: add guide for operation complexity controls (#4402)
sarahxsanders May 29, 2025
07d0b7e
Editorial for #4405 (nullability) (#4416)
benjie May 29, 2025
90aaadc
Indicate that field arguments should always be preferred over directi…
benjie May 29, 2025
eb858bc
docs: editorial on abstract types page (#4394)
benjie May 29, 2025
9874ed6
docs: cleanup and fixes (#4419)
sarahxsanders May 30, 2025
f4f3ee7
Merge branch '16.x.x' into with-empty-merge-commit
yaacovCR May 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.