Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
332 commits
Select commit Hold shift + click to select a range
35bc6a5
refactor: remove null from executeOperation return type
yaacovCR Jun 12, 2022
e414279
ESLint: error on function accepting more than 5 parameters (#3641)
IvanGoncharov Jun 13, 2022
a4b085b
Remove 'devAssert' checks that duplicate TS types (#3642)
IvanGoncharov Jun 13, 2022
cfbc023
Remove 'assertValidExecutionArguments' function (#3643)
IvanGoncharov Jun 14, 2022
bde22d2
refactor: executeOperation can take only one parameter
yaacovCR Jun 19, 2022
467be3e
refactor: use spread syntax with exeContext
yaacovCR Jun 19, 2022
c1fe951
refactor: subscribe: introduce `buildPerEventExecutionContext` (#3639)
yaacovCR Jun 21, 2022
51537f9
Async benchmarks (#3134)
robrichard Jun 22, 2022
59c87c3
Support returning async iterables from resolver functions (#2757)
IvanGoncharov Jun 23, 2022
699ec58
[RFC] Client Controlled Nullability experiment implementation w/o exe…
twof Jun 28, 2022
de916c8
Update deps (#3667)
IvanGoncharov Jul 7, 2022
6f21890
Cleanup words/files ignores in `cspell.yml` (#3668)
IvanGoncharov Jul 7, 2022
9daedd2
tsconfig: Explicitly list all type checking options
IvanGoncharov Jul 7, 2022
0652a6e
tsconfig: Add support for comments
IvanGoncharov Jul 7, 2022
ffe37cb
tsconfig: enable `noImplicitOverride` check
IvanGoncharov Jul 7, 2022
bef5534
Fix: make public API compatible with 'exactOptionalPropertyTypes' (#3…
IvanGoncharov Jul 21, 2022
48003ed
Parser: allow 'options' to explicitly accept undefined (#3678)
IvanGoncharov Jul 22, 2022
ac90b52
Fix coerceInputValue test name (#3681)
spawnia Jul 26, 2022
5aadd61
validate: remove warning about throwing literal (#3680)
IvanGoncharov Jul 26, 2022
67aefd9
polish: remove unnecessary Maybe (#3683)
yaacovCR Aug 1, 2022
9df9079
parser: limit maximum number of tokens (#3684)
IvanGoncharov Aug 8, 2022
62a08fa
Replace all instances of `ObjMap<boolean>` with ES6 Set (#3688)
IvanGoncharov Aug 9, 2022
7f5fe4d
Remove superficial `.values()` and `.entries()` calls (#3689)
IvanGoncharov Aug 9, 2022
c9f968b
Motivation: looked into this it as part of #3687 (#3690)
IvanGoncharov Aug 10, 2022
8a7c669
gen-changelog: Use `fetch` instead of `http.request` (#3692)
IvanGoncharov Aug 12, 2022
e8e174b
Update deps (#3693)
IvanGoncharov Aug 14, 2022
a842678
polish: add tests for `expectPromise` and `expectEqualPromisesOrValue…
yaacovCR Aug 14, 2022
a12a6bd
benchmark: use 'execOutput' from 'util.ts' (#3695)
IvanGoncharov Aug 15, 2022
4822cb4
polish: rename `mapAsyncIterator` to `mapAsyncIterable`
yaacovCR Aug 14, 2022
30d51c3
mapAsyncIterable: use `expectPromise` in tests
yaacovCR Aug 14, 2022
743f42b
resources: Move `mkdirSync` into `writeGeneratedFile` (#3697)
IvanGoncharov Aug 15, 2022
7819f72
resources: merge execOutput and exec into single function (#3698)
IvanGoncharov Aug 16, 2022
9a494d9
ci: add dependency review workflow (#3699)
IvanGoncharov Aug 16, 2022
52bcc32
resources: replace execSync with spawnSync (#3704)
IvanGoncharov Aug 21, 2022
29bf39f
ci: Add CodeQL analysis (#3700)
IvanGoncharov Aug 29, 2022
1f2c843
Reference implementation of defer and stream spec (#3659)
robrichard Aug 30, 2022
d482585
Fully switch to ESM (scripts, tests, etc.)
IvanGoncharov May 9, 2022
a24a9f3
Add workaround to run docusaurus in ESM project
IvanGoncharov Aug 14, 2022
07a95b9
ci: Move 'integration-test.ts' into 'resources' (#3721)
IvanGoncharov Sep 2, 2022
b850a2f
resources: add utility function to create tmp dir (#3723)
IvanGoncharov Sep 4, 2022
80c44e5
resources/utils.ts: npm/git will inherit stdout by default (#3724)
IvanGoncharov Sep 4, 2022
b9a2695
Filter subsequent payloads when parent field is null (#3720)
robrichard Sep 14, 2022
a358757
update incremental docs (#3731)
yaacovCR Sep 14, 2022
364cd71
incrementalDelivery: remove singleResult wrapper (#3733)
yaacovCR Sep 14, 2022
8542707
changelog: use top-level await to simplify code (#3725)
IvanGoncharov Sep 14, 2022
d3146a1
resources: replace usage of deprecated ts function (#3735)
IvanGoncharov Sep 14, 2022
cfec0c6
promiseForObject: convert to be async function (#3736)
IvanGoncharov Sep 15, 2022
da050ee
Update deps (#3737)
IvanGoncharov Sep 15, 2022
612abd3
Remove unused Babel config files (#3738)
IvanGoncharov Sep 19, 2022
065a343
incrementalDelivery: fix iterable streaming with errors (#3729)
yaacovCR Sep 20, 2022
cbc22f2
build-npm/deno: use TS to find all *.ts files (#3741)
IvanGoncharov Sep 20, 2022
3e5239f
fix github actions lint (#3744)
robrichard Sep 20, 2022
87d003d
deploy full ESM with "type": "module" in "latest-esm" npm tag (#3361)
PabloSzx Sep 21, 2022
269d6aa
resources/util: spawn command fail on error (#3745)
IvanGoncharov Sep 21, 2022
042002c
17.0.0-alpha.2
IvanGoncharov Sep 22, 2022
84797fb
fix: allow async errors to bubble to AsyncIterable list items (#3746)
yaacovCR Sep 27, 2022
770acd6
GitHub Workflows security hardening (#3751)
sashashura Sep 27, 2022
5ae2e06
add filtering for async iterator lists
yaacovCR Sep 22, 2022
bd5aae7
polish: add additional test for filtering (#3749)
yaacovCR Sep 27, 2022
d1c83e0
Fix typo in the error message for max tokens (#3748)
Cito Sep 28, 2022
80325b5
incrementalDelivery: refactoring and streamlining (#3728)
yaacovCR Sep 28, 2022
9997e98
fix(incrementalDelivery): filtering should never filter the error source
yaacovCR Sep 28, 2022
41bc274
polish(incrementalDelivery): filter function is always passed a path
yaacovCR Sep 28, 2022
40ff40a
refactor: introduce completeListItemValue (#3752)
yaacovCR Sep 28, 2022
90774d7
fix: re-initialize subsequentPayloads (#3757)
yaacovCR Oct 7, 2022
5009d9f
Fix crash in node when mixing sync/async resolvers (#3706)
chrskrchr Oct 17, 2022
f851eba
Fix formatting in schema for test "resolve Interface type using __typ…
spawnia Oct 19, 2022
007aec4
resources/utils: fix `git().revList` (#3763)
IvanGoncharov Oct 21, 2022
16ab5cb
fix(github-actions-bot): add additional permissions (#3759)
yaacovCR Oct 21, 2022
a29d982
Update deps (#3766)
IvanGoncharov Oct 27, 2022
0b7daed
fix(incrementalDelivery): fix null bubbling with async iterables (#3760)
yaacovCR Oct 27, 2022
2dc1baf
Fix typo in CONTRIBUTING.md (#3769)
igrlk Nov 2, 2022
ffa18e9
Minor simplification in schema-test (#3770)
Cito Nov 4, 2022
a045948
lint: enable ESLint's `logical-assignment-operators` rule (#3771)
IvanGoncharov Nov 4, 2022
e9a81f2
eslintrc: reorder rules to match order in the official docs (#3772)
IvanGoncharov Nov 7, 2022
00c8d35
eslintrc: enable few rules with minimal code changes (#3774)
IvanGoncharov Nov 17, 2022
4a01b69
Remove outdated instructions on experimental tag (#3778)
robrichard Nov 18, 2022
d23e5de
Fix comments in defer/stream validation rules (#3781)
robrichard Nov 21, 2022
5ce7935
Update deps (#3779)
IvanGoncharov Nov 21, 2022
6b5c8af
extendSchema: preserve "description" and "extensions" (#3776)
igrlk Nov 21, 2022
142dfc8
workflows: fix and cleanup permissions (#3797)
IvanGoncharov Dec 12, 2022
e9c221c
fix permissions for codeql-action (#3800)
yaacovCR Dec 14, 2022
7fd1ddb
polish: do not repeat isPromise check (#3793)
yaacovCR Dec 14, 2022
1564174
enhancement: remove extra ticks (#3754)
yaacovCR Dec 14, 2022
baf11a5
polish: narrow mapSourceToResponse return type (#3801)
yaacovCR Dec 19, 2022
1bf71ee
Remove defer/stream support from subscriptions (#3742)
robrichard Dec 22, 2022
522f495
original `execute` should throw if defer/stream directives are presen…
yaacovCR Dec 29, 2022
7a609a2
polish: remove misleading comment (#3806)
yaacovCR Jan 2, 2023
505d096
polish: clarify filtering test semantics (#3816)
yaacovCR Jan 6, 2023
735b43d
Avoid an before consonant (#3823)
spawnia Jan 13, 2023
8be83d8
Fix wording of comment in buildClientSchema (#3821)
Cito Jan 13, 2023
76e47fc
fix: invalid originalError propagation in custom scalars (#3837)
stenreijers Jan 31, 2023
b5eb498
internal: fix website build error (#3843)
yaacovCR Feb 6, 2023
f201681
Fix ambiguity around when schema definition may be omitted (#3839)
benjie Feb 9, 2023
3efdc54
ESLint: use the `--rulesdir` option for internal rules. (#3849)
IvanGoncharov Feb 17, 2023
d10acda
internal: fix inlineInvariant for cjs builds that require filenames w…
yaacovCR Feb 17, 2023
342e448
Add node@19 to integration tests + use it in CI (#3848)
IvanGoncharov Feb 17, 2023
8419764
ci: uncomment package-lock.json check for unmet dependencies (#3850)
IvanGoncharov Feb 17, 2023
e03ff53
ESLint: switch to '.eslintrc.cjs' as config file (#3852)
IvanGoncharov Feb 20, 2023
8313944
Update deps (#3854)
IvanGoncharov Feb 23, 2023
7e6844c
Drop support for node14 (#3855)
IvanGoncharov Feb 25, 2023
e171a14
Use `replaceAll` instead of RegExp with global flag (#3856)
IvanGoncharov Feb 26, 2023
265513d
Add accidentally deleted test spec name back (#3865)
Cito Mar 20, 2023
aa43fec
Narrow the return type of astFromValue (#3864)
dylanowen Mar 20, 2023
efa97f6
Use ES2021 `Array.at` (#3857)
IvanGoncharov Mar 29, 2023
3cf08e6
printSchema: correctly print empty description (#3869)
IvanGoncharov Mar 30, 2023
8c749e9
Enable @typescript-eslint/strict-boolean-expressions rule (#3872)
IvanGoncharov Apr 1, 2023
ee303a8
ASTReducer: correctly type scalar values (#3873)
IvanGoncharov Apr 3, 2023
a68dc42
GraphQLObjectType: partial revert of #3143, due to perf regression (#…
IvanGoncharov Apr 3, 2023
74e51d7
GraphQLInputObjectType: remove check that duplicate TS types (#3875)
IvanGoncharov Apr 4, 2023
ea10c7b
GraphQL*Type: bind only single property instead of entire context (#3…
IvanGoncharov Apr 4, 2023
35b9d96
GraphQLInterface: add missing template parameters (#3877)
IvanGoncharov Apr 5, 2023
ddd6a01
Make print() break long List and Object Values over multiple line (#3…
dylanowen Apr 5, 2023
b1dceba
introduce FieldGroup type
yaacovCR Apr 4, 2023
0fb9f1f
rename fieldNodes variable to fieldGroup
yaacovCR Apr 4, 2023
45f2a59
introduce GroupedFieldSet type
yaacovCR Apr 4, 2023
a074400
use groupedFieldSet as variable name
yaacovCR Apr 4, 2023
31e1f8c
refactor handleFieldError
yaacovCR Apr 4, 2023
fab6426
rename executeStreamIterator
yaacovCR Apr 4, 2023
418a0c8
gen-changelog: Fix error introduced in #3872 (#3879)
IvanGoncharov Apr 6, 2023
75114af
simplify schema in defer tests (#3881)
robrichard Apr 15, 2023
e581cc6
Testing the right functions in testUtils (#3880)
Cito Apr 15, 2023
d45e48b
Expose printDirective function to enable schema sharding (#3822)
tomgasson Apr 18, 2023
80d44a4
eslint: replace unmaintained 'node' plugin with it's fork (#3882)
IvanGoncharov Apr 18, 2023
24b9761
remove unnecessary duplicated fields from defer tests (#3885)
yaacovCR Apr 19, 2023
c994728
Fix misleading test section description (#3890)
Cito May 2, 2023
88fa83c
remove some optionality to parameters
yaacovCR Apr 28, 2023
5f58075
rename fields parameter in executeFieldsSerially to groupedFieldSet
yaacovCR Apr 28, 2023
d42f6e3
rename iterator to asyncIterator
yaacovCR May 4, 2023
ce64e56
rename StreamRecord to StreamItemsRecord
yaacovCR May 4, 2023
b5813f0
rename AsyncPayloadRecord to IncrementalDataRecord
yaacovCR May 5, 2023
d75872f
update deps (#3884)
IvanGoncharov May 8, 2023
e17a089
executeFields: update grouped field set variable name (#3896)
yaacovCR May 16, 2023
bd558cb
asyncIterable: locate async iterator errors to the collection (#3899)
yaacovCR May 23, 2023
d22d32d
introduce promiseWithResolvers helper (#3902)
robrichard Jun 5, 2023
04e948b
execute: move publishing code into separate file (#3903)
yaacovCR Jun 9, 2023
d766c8e
introduce new IncrementalPublisher class (#3894)
yaacovCR Jun 17, 2023
8cfa3de
Implement OneOf Input Objects via `@oneOf` directive (#3513)
erikkessler1 Jun 27, 2023
fae5da5
incremental: subsequent result records should not store parent refere…
yaacovCR Jul 6, 2023
3610786
Speedup sorting & building/extending schema (#3939)
IvanGoncharov Jul 25, 2023
bd4a2ae
Fix edit URL in documentation (#3947)
benjie Aug 11, 2023
826ae7f
Add support for fourfold nested lists in introspection (#3948)
gschulze Aug 11, 2023
aa6736a
Fix invalid sample code (#3951)
sakesun Aug 14, 2023
1f30b54
incremental publisher should handle all response building (#3930)
yaacovCR Aug 18, 2023
75d419d
add tests with regard to duplication (#3904)
yaacovCR Aug 18, 2023
00e2b50
Introduces new incremental response format (#3886)
yaacovCR Aug 24, 2023
fe65bc8
incremental delivery: add pending notifications (#3897)
yaacovCR Aug 25, 2023
d1d66a3
fix(types): path is required within incremental results (#3961)
yaacovCR Aug 28, 2023
d2e280a
incremental: utilize `id` and `subPath` rather than `path` and `label…
yaacovCR Aug 28, 2023
b12dcff
skip unnecessary initialization of empty items array (#3962)
yaacovCR Aug 28, 2023
acf05e3
Improve description for `@oneOf` directive (#3937)
spawnia Sep 1, 2023
2c42f74
fix for development on Windows (#3964)
sakesun Sep 1, 2023
6102523
instanceOf: workaround bundler issue with process.env (#3965)
IvanGoncharov Sep 1, 2023
d32b99d
polish: improve addDeferredFragments readability (#3966)
yaacovCR Sep 4, 2023
f94b511
OverlappingFieldsCanBeMergedRule: Fix performance degradation (#3958)
AaronMoat Sep 5, 2023
e8c17b6
docs: add installation instructions for bun (#3957)
colinhacks Sep 6, 2023
8d7c8fc
17.0.0-alpha.3
IvanGoncharov Sep 6, 2023
7a6d055
tests: remove empty strings in string literals (#3970)
IvanGoncharov Sep 11, 2023
2e29180
fix: suppress records for deferred fragments that are completely empt…
yaacovCR Nov 7, 2023
e081838
fix(incremental): fix logic around selecting id/subPath (#3987)
yaacovCR Nov 9, 2023
0b7590f
Add support for @oneOf directives in printSchema (#3969)
hayes Nov 10, 2023
688ee2f
ci: Use node v20 for CI (#3992)
robrichard Nov 23, 2023
2aedf25
simplify CollectFields for `@defer` and `@stream` (#3994)
yaacovCR Dec 16, 2023
9c90a23
docs: reviewer and merge process (#4013)
saihaj Jan 24, 2024
ef478a2
fix(incremental): skip all empty subsequent results (#3993)
yaacovCR Mar 19, 2024
51f41eb
incremental: allow nested defers at the same level (#4002)
yaacovCR Mar 20, 2024
4275662
fix(benchmark): select npm.cmd on windows (#4030)
yaacovCR Mar 21, 2024
a81e623
chore(benchmark): update v8 flag (#4029)
yaacovCR Mar 21, 2024
13f84cd
polish: rename executeImpl to executeOperation (#4045)
yaacovCR Apr 5, 2024
8e9813f
Fix stream directive validation error message (#4044)
Cito Apr 7, 2024
05e7a29
incremental: introduce GraphQLWrappedResult to avoid filtering (#4026)
yaacovCR Apr 18, 2024
6d777e6
perf: allow skipping of field plan generation (#4050)
yaacovCR Apr 19, 2024
6acf33f
perf: introduce completePromisedListItemValue (#4051)
yaacovCR Apr 24, 2024
d811c97
refactor: introduce completeIterableValue (#4052)
yaacovCR Apr 24, 2024
d245e65
incremental: avoid double loop with stream from sync iterables (#4076)
yaacovCR May 8, 2024
92f9bb0
perf: use undefined for empty (#4046)
yaacovCR May 8, 2024
e15c3ec
Add test for consolidating grouped field sets properly into deferred …
yaacovCR May 9, 2024
06bb157
refactor: extract execution types to separate file (#4099)
yaacovCR May 30, 2024
62d347d
incremental(stream): revert test logic (#4101)
yaacovCR Jun 3, 2024
cb43c83
refactor: extract incremental graph to separate file
yaacovCR May 31, 2024
86ea77c
refactor: move returnStreamIterators to method
yaacovCR Jun 2, 2024
95bf842
refactor: use asyncIterator instead of extra promise
yaacovCR Jun 2, 2024
6fa7d55
refactor: convert IncrementalPublisher class members to method args
yaacovCR Jun 2, 2024
2b42b91
incremental: use invariant for checking id
yaacovCR Jun 2, 2024
28e079a
refactor(IncrementalGraph): remove unnecessary method
yaacovCR Jun 2, 2024
3bbbb08
refactor(IncrementalGraph): use Subsequent Result nodes to reduce mut…
yaacovCR Jun 2, 2024
eceeb4c
refactor(incremental): introduce StreamRecord type
yaacovCR Jun 3, 2024
15ab731
refactor(IncrementalGraph): use set of pending deferred grouped field…
yaacovCR Jun 2, 2024
03cc5dc
fix(incremental): emit only single completion when multiple deferred …
yaacovCR Jun 3, 2024
0732a87
refactor(incremental): enqueue only released records
yaacovCR Jun 2, 2024
062785e
refactor(incremental): introduce BoxedPromiseOrValue to save resolved…
yaacovCR Jun 3, 2024
77e4a3d
polish: remove outdated coverage ignore statement
yaacovCR Jun 4, 2024
07d5025
Update release instructions in CONTRIBUTING.md (#4105)
benjie Jun 12, 2024
89f9223
incremental: handle Stream as stream rather than linked list (#4098)
yaacovCR Jun 12, 2024
75dca3d
incremental: disable early execution by default (#4097)
yaacovCR Jun 13, 2024
e160b6f
polish(IncrementalPublisher): remove unnecessary check and method cal…
yaacovCR Jun 19, 2024
2744f58
Introduce "recommended" validation rules (#4118)
benjie Jun 21, 2024
1f2a431
port[v17]: Fix publish scripts (#4121)
benjie Jun 21, 2024
c1aeb92
17.0.0-alpha.4
benjie Jun 21, 2024
9e2e751
Enable passing values configuration to GraphQLEnumType as a thunk (#4…
benjie Jun 21, 2024
7df786e
Add `@oneOf` support to introspection query (#4078)
maciesielka Jun 21, 2024
b78377b
17.0.0-alpha.5
benjie Jun 21, 2024
36e59f4
Require non-empty directive locations (#4100)
jbellenger Jun 21, 2024
ac553f8
Rename `inputObjectOneOf` to `oneOf` in `getIntrospectionQuery()` (#4…
benjie Jun 21, 2024
83e5ec5
polish(incremental): refactor getNewPending functionality (#4108)
yaacovCR Jun 26, 2024
4ba1da3
chore: Tag GraphQL JS reviewers team for reviews on PRs (#4130)
saihaj Jun 27, 2024
f6227a8
refactor(incremental): simplify incremental graph by allowing mutatio…
yaacovCR Jun 28, 2024
c78bc1d
polish(incremental): improve IncrementalPublisher return test
yaacovCR Jul 9, 2024
dfcc4e5
polish(incremental): move check for empty state to end of batch
yaacovCR Jul 9, 2024
5cd5001
polish(incremental): replace iterator with current and next accessors
yaacovCR Jul 9, 2024
d9fc656
return async iterables in the non incremental delivery case (#4144)
yaacovCR Jul 11, 2024
4b0c113
fix(incremental): do not initiate non-pending execution groups (#4140)
yaacovCR Jul 11, 2024
25be244
incremental: optimize build field plan (#4147)
yaacovCR Jul 24, 2024
02ee34f
polish(incremental): rename terms to match spec (#4148)
yaacovCR Jul 25, 2024
c6ebbf4
fix(incremental): fix paths for subsequent async stream items (#4160)
yaacovCR Aug 13, 2024
d30c3df
chore(actions): upgrade to latest versions (#4162)
yaacovCR Aug 13, 2024
b093768
17.0.0-alpha.7
JoviDeCroock Aug 14, 2024
e5f6c66
internal: remove stryker mutation testing (#4163)
yaacovCR Aug 14, 2024
98b6541
fix: improve handling of promises in defaultTypeResolver (#3494)
hayes Aug 14, 2024
d57d5c7
polish(incremental): remove unnecessary helper
yaacovCR Jul 25, 2024
868a221
polish(incremental): improve readability with destructuring
yaacovCR Jul 25, 2024
ab52e2f
polish(incremental): remove outdated reference to subsequentResult
yaacovCR Jul 25, 2024
5c7d4d1
polish(incremental): remove unnecessary helper
yaacovCR Aug 11, 2024
6731c76
polish: introduce executeExecutionPlan to conform to spec algo (#4178)
yaacovCR Aug 26, 2024
67afee4
improve errors around around dots (#4176)
yaacovCR Sep 4, 2024
426b017
standardize error messages prior to introducing schema coordinates (#…
yaacovCR Sep 4, 2024
157aada
feat: add experimental support for parsing fragment arguments (#4015)
JoviDeCroock Sep 6, 2024
be16adf
Add flexibility around the waiting period for merging PRs (#4172)
yaacovCR Sep 6, 2024
0afd200
Workaround for codesandbox having bug with TS enums (#3686)
IvanGoncharov Aug 16, 2022
787f799
fix: remove `globalThis` check and align with what bundlers can accep…
JoviDeCroock May 29, 2024
699c1fc
Add GraphQLConf 2024 banner (#4157)
bignimbus Aug 5, 2024
1dbdadc
fix(fragmentArguments): arguments on directives for nested fields (#4…
yaacovCR Sep 6, 2024
6c56e05
chore(deps): upgrade dependencies (#4166)
yaacovCR Sep 9, 2024
1bfa115
chore(ensureValidRuntimeType): remove special v16 error message (#4183)
yaacovCR Sep 9, 2024
c7d1cf4
remove deprecated custom typeInfo arg for validate() (#4187)
yaacovCR Sep 9, 2024
2166bc8
fix(IntrospectionType): properly type using TypeKind enum (#4185)
yaacovCR Sep 9, 2024
1bb48ae
remove deprecated getFieldDefFn arg to TypeInfo (#4186)
yaacovCR Sep 9, 2024
e614f8f
update comments regarding fragment arguments and variables (#4184)
yaacovCR Sep 9, 2024
2b42a70
chore(deps): remove prettier-ignore (#4191)
yaacovCR Sep 12, 2024
7875552
Add coerceInputLiteral() (#3809)
yaacovCR Sep 17, 2024
e52ed9a
fix(validation): catch OverlappingFieldsCanBeMergedRule violations wi…
yaacovCR Sep 23, 2024
bd2fe71
Preserve defaultValue literals (#3810)
yaacovCR Sep 23, 2024
aa573e8
Remove CCN (#3999)
twof Sep 26, 2024
33cb7b9
Improve directive tests (#3775)
andimarek Sep 26, 2024
992b768
fix: lint errors from PR prior to latest checks (#4204)
yaacovCR Sep 27, 2024
7dd825e
Preserve sources of variable values (#3811)
yaacovCR Sep 29, 2024
4dfae39
Add valueToLiteral() (#3812)
yaacovCR Sep 29, 2024
0e22cc4
improve upgrade path for new custom scalar `parseConstLiteral()` meth…
yaacovCR Sep 30, 2024
b09b295
Test suggestionList more thoroughly (#3241)
Cito Sep 30, 2024
d390b94
Improve error reporting for union member types
Cito Mar 4, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 0 additions & 7 deletions .babelrc-deno.json

This file was deleted.

27 changes: 0 additions & 27 deletions .babelrc-npm.json

This file was deleted.

9 changes: 0 additions & 9 deletions .babelrc.json

This file was deleted.

6 changes: 2 additions & 4 deletions .c8rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
"src/jsutils/Maybe.ts",
"src/jsutils/ObjMap.ts",
"src/jsutils/PromiseOrValue.ts",
"src/utilities/assertValidName.ts",
"src/utilities/typedQueryDocumentNode.ts"
],
"clean": true,
"temp-directory": "coverage",
"report-dir": "coverage",
"report-dir": "reports/coverage",
"skip-full": true,
"reporter": ["json", "html", "text"],
"reporter": ["html", "text"],
"check-coverage": true,
"branches": 100,
"lines": 100,
Expand Down
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
/.eslintcache
/.docusaurus
/node_modules
/coverage
/reports
/npmDist
/npmEsmDist
/denoDist
/websiteDist

Expand Down
Loading