You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Tailcall uses async_graphql with special modification to run validation for the query definition (see src/core/rest/operation.rs).
In order to be able to drop async_graphql integration #3128 implement the way to validate queries with JIT engine and remove async_graphql validation logic.
The text was updated successfully, but these errors were encountered:
Currently Tailcall uses
async_graphql
with special modification to run validation for the query definition (seesrc/core/rest/operation.rs
).In order to be able to drop
async_graphql
integration #3128 implement the way to validate queries with JIT engine and remove async_graphql validation logic.The text was updated successfully, but these errors were encountered: