Skip to content

Introduced new execution abstractions. #8267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 97 commits into from
May 27, 2025
Merged

Conversation

michaelstaib
Copy link
Member

@michaelstaib michaelstaib commented Apr 29, 2025

  • Implements the new type system abstractions used with Mutable and Fusion
  • Introduces Features to Hot Chocolate
  • Rewrites Validation to work on top of the new type system abstractions
  • Migrates type utilities to abstractions
  • Moves PooledArrayWriter into separate package
  • Added new execution abstractions in preparation for transport layer lift onto new execution abstractions

…tions, enhancing type safety and readability.
…ype safety, including changes to enum, input object, and field collections.
…n, enhancing type safety across various components, including interface and field collections. Introduced InterfaceTypeCollection for better management of interface types.
…ld base class, enhancing type safety and consistency. Introduced ObjectFieldCollection for improved field management and updated related interfaces to align with new abstractions.
…n across various components, enhancing type safety and consistency. Updated related interfaces and collections, including the introduction of ObjectTypeCollection and adjustments to type handling in SchemaBuilder and TypeInitializer.
…ypeDefinition and IInputObjectType with IInputObjectTypeDefinition, enhancing type safety and consistency. Adjusted related interfaces and error handling to align with new abstractions across various components.
…n and updated related interfaces across various components, enhancing type safety and consistency. Adjusted error handling and introduced new methods for syntax node creation in directive and type definitions.
…n across various components, enhancing type safety and consistency. Updated interfaces and methods for directive and type handling, including the introduction of new syntax node creation methods and adjustments to paging options.
…sistency. Introduced TypeDefinitionCollection for managing type definitions, updated method signatures for operation type retrieval, and replaced document generation methods with syntax node creation. Adjusted related interfaces and collections to align with new abstractions.
…acing ISchema with ISchemaDefinition across various components. Updated method signatures and interfaces for directive handling, introduced new collections for directive types, and improved error handling. Adjusted related utilities and collections to align with the new abstractions.
… replace ISchema with Schema, enhancing type safety and consistency. Adjusted related utilities and collections to align with the new abstractions, including updates to resolver contexts and validation rules.
…ma with Schema in method signatures. Updated InterfaceTypeCollection and ObjectTypeCollection to improve consistency and introduced ReadOnly collections for better encapsulation. Adjusted related interfaces and methods for directive handling and type retrieval.
@michaelstaib michaelstaib requested a review from Copilot May 26, 2025 08:10
Copilot

This comment was marked as off-topic.

@michaelstaib michaelstaib merged commit 6ee125a into main May 27, 2025
106 checks passed
@michaelstaib michaelstaib deleted the mst/execution-preparations branch May 27, 2025 14:21
Copy link

codecov bot commented May 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (6a3b7a3) to head (776d41c).
Report is 79 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #8267       +/-   ##
==========================================
- Coverage   74.16%       0   -74.17%     
==========================================
  Files        2677       0     -2677     
  Lines      140790       0   -140790     
  Branches    16371       0    -16371     
==========================================
- Hits       104421       0   -104421     
+ Misses      30774       0    -30774     
+ Partials     5595       0     -5595     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant