Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
graphql/graphql-js
Pull Requests
Commits
validate-schema-directives
15.x.x
16.x.x
2025-conf
IvanGoncharov-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
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
rfc-interface-implementors
schema-coordinates
semantic-non-null
star-syntax
trusted-documents
validate-schema-directives
value-to-literal
variable-value-sources
Replace '.getDirectives' with generic method (#1436)
IvanGoncharov
committed
6 years ago
a4c73af2
Add directive location is correct validation
mjmahone
committed
6 years ago
89710c89
Add validation for duplicate directive usages
mjmahone
committed
6 years ago
b553a761
Add ability to getDirectives() on a type
mjmahone
committed
6 years ago
b3c38325
Prevent infinite recursion on invalid unions (#1427)
IvanGoncharov
committed
6 years ago
5abe152c
Inline intermediate 'visitUsingRules' function (#1430)
IvanGoncharov
committed
6 years ago
77aa6a9a
BREAKING: Remove support for deprecated directive locations (#1429)
IvanGoncharov
committed
6 years ago
183c5321
Merge duplicated imports (#1432)
IvanGoncharov
committed
6 years ago
Verified
fec220b0
Add missing 'type' prefixes to imports (#1431)
IvanGoncharov
committed
6 years ago
Verified
6b95e503
Scalar coercion cleanup (#1414)
IvanGoncharov
committed
6 years ago
3828c20b
Cleanup after #1373 rebase (#1425)
IvanGoncharov
committed
6 years ago
Verified
f373fed1
Eslint config cleanup (#1424)
IvanGoncharov
committed
6 years ago
f8438f73
Validate schema use new extension ast nodes (#1410)
IvanGoncharov
committed
6 years ago
d57bdc79
Replace all 'Array.forEach' with 'for of' cycle (#1423)
IvanGoncharov
committed
6 years ago
e6c36e07
Fix memory leak in buildSchema/extendSchema (#1417)
IvanGoncharov
committed
6 years ago
4124b61b
Disable eslint rules that can conflict with prettier (#1421)
IvanGoncharov
committed
6 years ago
508760ee
Update deps + switch to fixed versions in package.json (#1418)
IvanGoncharov
committed
6 years ago
7219e51f
Switch GraphQLScalarType methods to callbacks (#1412)
IvanGoncharov
committed
6 years ago
830907b0
findBreakingChanges tests: use buildSchema when possible (#1406)
JCMais
committed
6 years ago
00e40d1c
Add missing extend scalar tests (#1395)
IvanGoncharov
committed
6 years ago
04fddf8d
Make introspectionFromSchema options argument optional (#1408)
IvanGoncharov
committed
6 years ago
Verified
d3020b10
Benchmark: skip schema validation (#1401)
IvanGoncharov
committed
6 years ago
Verified
d30cd0cb
Fix trailing space from #1400 (#1409)
IvanGoncharov
committed
6 years ago
Verified
4bccc3f2
Document the contextValue argument (#1400)
Cito
committed
6 years ago
c1659079
Update Flow to 0.75 + other deps (#1402)
IvanGoncharov
committed
6 years ago
7a5a9ab6
Mark more stuff as deprecated (#1396)
IvanGoncharov
committed
6 years ago
926e4d80
Fix extend schema test (#1398)
Cito
committed
6 years ago
4f92f55a
Fix test name (#1397)
Cito
committed
6 years ago
c8c94376
Convert 'GraphQL*Config' to exact types (#1391)
IvanGoncharov
committed
6 years ago
9b7807a8
extendSchema: add support for extending scalars (#1392)
IvanGoncharov
committed
6 years ago
8a097e56
Older