Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
graphql/graphql-js
Pull Requests
Commits
v17-alpha-without-incremental-delivery
15.x.x
16.x.x
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
executable-descriptions
fix-int-coercion
fragment-args-syntax
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
production-guides
rfc-interface-implementors
safety
schema-coordinates
schema-coordinates-no-ignored
semantic-non-null
trusted-documents
v17-alpha
v17-alpha-without-incremental-delivery
validate-schema-directives
value-to-literal
variable-value-sources
refactor(execute): simplify async return
yaacovCR
committed
25 days ago
d27b5d42
refactor(mapAsyncIterable): use withCleanup to simplify (#4499)
yaacovCR
committed
25 days ago
63910397
polish(withCleanup): condense one line (#4500)
yaacovCR
committed
25 days ago
522ec114
fix(withCleanup): remove extra tick (#4497)
yaacovCR
committed
25 days ago
89606e21
refactor(execution): extract withCleanup from mapAsyncIterable (#4496)
yaacovCR
committed
25 days ago
60c11343
fix(mapAsyncIterable): always close source when mapped iterable is thrown (#4494)
yaacovCR
committed
25 days ago
5347ac18
Remove subscription section from README (#4487)
NeoPhi
committed
25 days ago
61e77231
Schema Coordinates for Metafields, extracted from #3044
leebyron
committed
25 days ago
0b6cddce
use `development` condition and `enableDevMode()` instead of NODE_ENV (#4464)
yaacovCR
committed
25 days ago
4ffa8c16
buildClientSchema: build enum type value maps lazily (#4424)
yaacovCR
committed
25 days ago
b07cb71a
chore: update module/moduleResolution settings (#4471)
yaacovCR
committed
25 days ago
e984e30a
docs: update dual-build information within README (#4472)
yaacovCR
committed
25 days ago
520eb7ec
predicates: replace instanceof with symbol based brand check (#4468)
yaacovCR
committed
25 days ago
61e17647
internal: revert formatting change (#4467)
yaacovCR
committed
25 days ago
89824ff1
increase memory allowance for benchmarks (#4465)
yaacovCR
committed
25 days ago
453a0e18
upgrade dependencies (#4459)
yaacovCR
committed
25 days ago
c7a57f5e
avoid spawn with shell: true and arguments (#4456)
yaacovCR
committed
25 days ago
28fb26cb
internal: use swc with ts-node (#4457)
yaacovCR
committed
25 days ago
e8555eda
pin bun and deno versions within integration script (#4455)
yaacovCR
committed
25 days ago
e3e385db
enable conditional exports (#4448)
yaacovCR
committed
25 days ago
4c9bddc3
integrationTests: pin bun/deno versions (#4454)
yaacovCR
committed
25 days ago
bb286058
add integration tests for dev/prod (#4446)
yaacovCR
committed
25 days ago
4a695f68
chore: drop unsupported node versions (#4447)
yaacovCR
committed
25 days ago
47103564
Add test that 'schema' keyword kept when schema has description (#4441)
benjie
committed
25 days ago
a4009da7
feat: pass abortSignal to resolvers via GraphQLResolveInfo (#4425)
glasser
committed
25 days ago
b10a5f55
Minor validation tweaks from review (#4407)
benjie
committed
25 days ago
690e6148
fix(replaceVariables): preserve sources for fragment variable values (#4389)
yaacovCR
committed
25 days ago
b8b1954e
Make `includeDeprecated` non-null (#4354)
martinbonnin
committed
25 days ago
f3147273
Reject deprecated fields when interface field is not deprecated (#3986)
benjie
committed
25 days ago
7532215b
Forbid @skip and @include directives in subscription root selection (#3974)
benjie
committed
25 days ago
5d6357ca
Older