Kiryl Mialeshka

Results 62 comments of Kiryl Mialeshka

Please, check the latest version

Hey @onyedikachi-david thanks for the pr. Would you able to finish this based on the discussions?

possible fix in https://github.com/GREsau/schemars/pull/318

in favor of https://github.com/tailcallhq/tailcall/pull/2754

closing since serializing of blueprint is not feasible to implement

Closing since we decided to use Config instead the Blueprint for federation

is there a reason to generate a `type Config`? Schema types are dynamic and will be different for every config, that's will be hard to fetch actually. Apollo federation just...

@vibhor-d11 Thanks for creating an issue. We fixed the federation introspection call in latest versions. Please update the tailcall and add [enableFederation](https://tailcall.run/docs/tailcall-dsl-graphql-custom-directives/#enablefederation) flag to your subgraph in order to be...

> RFC: Have you considered a middleware pattern for this? This be could be more ergonomic and familiar for users. Something like this: ```rust #[async_trait::async_trait] pub trait ExtensionTrait: std::fmt::Debug +...

I think we still missing some tests for some graphql features (correct me if I'm wrong): - use interfaces and unions as fragment `on` type - default values for arguments...