Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
graphql/graphql-js
Pull Requests
Commits
default-value-literals
15.x.x
16.x.x
2025-conf
IvanGoncharov-patch-1
Urigo-patch-1
abstract-types-editorial
andimarek-patch-1
backport-overlapping-fields-can-be-merged-rule-fix
break-out-fix
coerce-default-value
coerce-input-literal
default-value-coercion
default-value-literals
definition-coordinates
deno
directives-editorial
everything-esm
fix-docs
fragment-args-syntax
handle-unhandled-exception
input-validation
input-value-config
introduce-graphiql-smoothly
make-to-error-more-generic
max-introspection-depth-rule
next
npm
nullability-editorial
on-error
on-error-with-new-specified-enum
operation-types
remove-oneof-validation-from-values-of-correct-type
rfc-interface-implementors
schema-coordinates
schema-coordinates-no-ignored
semantic-non-null
spec-conformity-allowed-usage
star-syntax
trusted-documents
validate-schema-directives
value-to-literal
variable-value-sources
Preserve defaultValue literals
leebyron
committed
4 years ago
f1a14c6c
Add coerceInputLiteral()
leebyron
committed
4 years ago
8abb0521
Add coordinate field to schema element definitions
leebyron
committed
4 years ago
a4c7cea7
Schema Coordinates
leebyron
committed
4 years ago
8fa8a4cd
Code review
leebyron
committed
4 years ago
b6864ac9
Refactor Lexer
leebyron
committed
4 years ago
540c59ef
tsconfig.json: enable 'isolatedModules' (#3154)
IvanGoncharov
committed
4 years ago
Verified
1ac35c4a
Fix typescript-4.3 version in the integration tests (#3153)
kyarik
committed
4 years ago
Verified
15148f80
CI: Add new job to check health of package-lock.json (#3151)
IvanGoncharov
committed
4 years ago
Verified
10d26ccc
Update deps (#3149)
IvanGoncharov
committed
4 years ago
Verified
e08993ae
ESLint: fail `npm run lint` if any warnings are reported (#3144)
IvanGoncharov
committed
4 years ago
Verified
d8478dc4
TS: Enable strict mode
leebyron
committed
4 years ago
bf26a522
TS: Fix strict issues in src/error
leebyron
committed
4 years ago
69b4c594
TS: Fix strict issues in src/execution
leebyron
committed
4 years ago
8066ac9d
TS: Fix strict issues in src/jsutils
leebyron
committed
4 years ago
26bf00ac
TS: Fix strict issues in src/language
leebyron
committed
4 years ago
2fadef3f
TS: Fix strict issues in src/subscription
leebyron
committed
4 years ago
a7f3cc68
TS: Fix strict issues in src/type
leebyron
committed
4 years ago
ac709850
TS: Fix strict issues in src/utilities
leebyron
committed
4 years ago
5accb29e
TS: Fix strict issues in src/validation
leebyron
committed
4 years ago
6b95561b
Temporary relax tsconfig and added bunch of error supressions
saihaj
committed
4 years ago
c589c3d2
TS Migration: enable tests antd remove flow infra (#3091)
saihaj
committed
4 years ago
76e0607c
Extract TS specific changes from `*.d.ts` files
IvanGoncharov
committed
4 years ago
f1f26dc4
Switch to TS syntax (#3090)
IvanGoncharov
committed
4 years ago
29178403
Migrate to TS: rename `.js` to `.ts` and fix everything in latter PRs (#3088)
saihaj
committed
4 years ago
daf11ba1
16.0.0-alpha.2
IvanGoncharov
committed
4 years ago
Verified
2d3fcfa3
Synchronise `*.d.ts` with sources converted to TS (#3132)
IvanGoncharov
committed
4 years ago
Verified
544fe7be
TS: Drop template argument from GraphQLFormattedError (#3131)
IvanGoncharov
committed
4 years ago
Verified
5e062eaf
coerceInputValue: add missing argument in function call (#3130)
IvanGoncharov
committed
4 years ago
Verified
e4283043
definition.d.ts: correct types (#3129)
IvanGoncharov
committed
4 years ago
Verified
f1f3d8ea
Older