GraphQL-Houtou 0.03 Latest
Files
- AGENTS.md
- Build.PL
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- README.md
- cpanfile
- docs/README.md
- docs/architecture-overview.md
- docs/evolution-and-performance.md
- docs/execution-benchmark.md
- docs/federation.md
- docs/memory-leak-check.md
- docs/migrating-from-graphql-perl.md
- docs/module-map.md
- docs/parser-internals.md
- docs/persisted-queries.md
- docs/production-deployment.md
- docs/production-release-audit-2026-07-18.md
- docs/spec-conformance-september-2025.md
- docs/validation-conformance.md
- docs/vm-internals-ja.md
- docs/xs-coding-rules.md
- examples/cpanfile
- examples/cpanfile.snapshot
- examples/custom-directives.pl
- examples/persisted-queries.pl
- examples/sqlite-blog/README.md
- examples/sqlite-blog/app.psgi
- examples/sqlite-blog/cpanfile
- examples/sqlite-blog/cpanfile.snapshot
- examples/sqlite-blog/operations.graphql
- examples/sqlite-blog/public/index.html
- examples/sqlite-blog/schema.graphql
- examples/sqlite-blog/script/seed.pl
- examples/sqlite-blog/script/smoke.pl
- examples/sqlite-dataloader.psgi
- lib/GraphQL/Houtou.pm
- lib/GraphQL/Houtou.xs
- lib/GraphQL/Houtou/DataLoader.pm
- lib/GraphQL/Houtou/Directive.pm
- lib/GraphQL/Houtou/Error.pm
- lib/GraphQL/Houtou/Federation.pm
- lib/GraphQL/Houtou/Internal/TypeSupport.pm
- lib/GraphQL/Houtou/Introspection.pm
- lib/GraphQL/Houtou/PSGI.pm
- lib/GraphQL/Houtou/Promise/PromiseXS.pm
- lib/GraphQL/Houtou/Role/Abstract.pm
- lib/GraphQL/Houtou/Role/Composite.pm
- lib/GraphQL/Houtou/Role/FieldDeprecation.pm
- lib/GraphQL/Houtou/Role/FieldsEither.pm
- lib/GraphQL/Houtou/Role/FieldsInput.pm
- lib/GraphQL/Houtou/Role/FieldsOutput.pm
- lib/GraphQL/Houtou/Role/HashMappable.pm
- lib/GraphQL/Houtou/Role/Input.pm
- lib/GraphQL/Houtou/Role/Leaf.pm
- lib/GraphQL/Houtou/Role/Named.pm
- lib/GraphQL/Houtou/Role/Output.pm
- lib/GraphQL/Houtou/Runtime/DirectiveRuntime.pm
- lib/GraphQL/Houtou/Runtime/ExecState.pm
- lib/GraphQL/Houtou/Runtime/InputCoercion.pm
- lib/GraphQL/Houtou/Runtime/LazyInfo.pm
- lib/GraphQL/Houtou/Runtime/NativeRuntime.pm
- lib/GraphQL/Houtou/Runtime/OperationCompiler.pm
- lib/GraphQL/Houtou/Runtime/SchemaBlock.pm
- lib/GraphQL/Houtou/Runtime/SchemaGraph.pm
- lib/GraphQL/Houtou/Runtime/Slot.pm
- lib/GraphQL/Houtou/Runtime/VMBlock.pm
- lib/GraphQL/Houtou/Runtime/VMCompiler.pm
- lib/GraphQL/Houtou/Runtime/VMOp.pm
- lib/GraphQL/Houtou/Runtime/VMProgram.pm
- lib/GraphQL/Houtou/Schema.pm
- lib/GraphQL/Houtou/Type.pm
- lib/GraphQL/Houtou/Type/Enum.pm
- lib/GraphQL/Houtou/Type/InputObject.pm
- lib/GraphQL/Houtou/Type/Interface.pm
- lib/GraphQL/Houtou/Type/List.pm
- lib/GraphQL/Houtou/Type/NonNull.pm
- lib/GraphQL/Houtou/Type/Object.pm
- lib/GraphQL/Houtou/Type/Scalar.pm
- lib/GraphQL/Houtou/Type/Union.pm
- lib/GraphQL/Houtou/Validation.pm
- lib/GraphQL/Houtou/Validation/DepthLimit.pm
- lib/GraphQL/Houtou/Validation/NodeLimit.pm
- lib/GraphQL/Houtou/XS/Parser.pm
- lib/GraphQL/ppport.h
- minil.toml
- src/bootstrap.h
- src/parser_ast_runtime.h
- src/parser_core.h
- src/parser_graphqlperl_runtime.h
- src/parser_ir_runtime.h
- src/parser_shared_ast.h
- src/schema_compiler.h
- src/validation.h
- src/vm_runtime.h
- t/00_compile.t
- t/07_schema_compiler.t
- t/08_validation.t
- t/13_runtime_schema.t
- t/14_runtime_operation.t
- t/15_runtime_execute.t
- t/16_runtime_promise.t
- t/17_runtime_errors.t
- t/18_vm_lowering.t
- t/19_vm_execute.t
- t/20_public_runtime_api.t
- t/21_public_parser_api.t
- t/22_persisted_queries.t
- t/23_mutation_serial.t
- t/24_program_cache.t
- t/25_depth_limit.t
- t/26_deprecated_locations.t
- t/27_directive_runtime.t
- t/28_modern_introspection.t
- t/29_field_aliases.t
- t/30_schema_build_validation.t
- t/31_build_schema.t
- t/32_print_schema.t
- t/33_oneof_input_objects.t
- t/34_exec_state_croak_safety.t
- t/35_execute_to_json.t
- t/36_dataloader_batching.t
- t/37_async_to_json.t
- t/38_psgi.t
- t/39_fast_lane_promise_fallback.t
- t/40_starwars.t
- t/41_canonical_apps.t
- t/42_swapi.t
- t/43_null_object_completion.t
- t/44_lane_parity.t
- t/45_parser_conformance.t
- t/46_introspection_meta_types.t
- t/47_request_validation.t
- t/48_request_error_envelope.t
- t/49_result_coercion.t
- t/50_nonnull_propagation.t
- t/51_parser_depth_limit.t
- t/52_node_limit.t
- t/53_parser_adversarial.t
- t/54_frame_leak_regression.t
- t/55_subscription_unsupported.t
- t/56_federation_subgraph.t
- t/57_default_resolver_compat.t
- t/58_introspection_policy.t
- t/kitchen-sink.graphql
- t/schema-kitchen-sink.graphql
- t/swapi-schema.graphql
- util/execution-benchmark-checkpoint.pl
- util/execution-benchmark.pl
- util/generate-nytprof-snapshot.pl
- util/heaptrack-leak-gate.pl
- util/heaptrack-perl.supp
- util/leak-check.pl
- util/lint-xs-ownership.pl
- util/parser-benchmark.pl
- util/parser-fuzz.pl
- util/profile-execution-target.pl
- util/profile-parser.pl
- util/soak-test.pl
- util/valgrind-perl.supp