Amarendra Kumar

Results 33 comments of Amarendra Kumar

I think Authorization could be handled in different way. Try having a look at: https://github.com/maticzav/graphql-shield

I got this error when I used Oracle OCI non-prebuilt Provider.

How about: 1. graphql-compose: mappings mapped to a git repo and git repo is changed by external service. 2. git repo can be managed like spring-boot-config service.

@nodkz Do you think: `Resolver.wrapResolve()` can help in implicit filter. I have no idea of generating explicit filter. From: https://graphql-compose.github.io/docs/basics/what-is-resolver.html#what-is-resolver

Isn’t this required for each and every resolver of each and every TC ?? Can we make is generic for every TC ??

Hi @nodkz , I have added few changes for compose-elastic repo: https://github.com/graphql-compose/graphql-compose-elasticsearch/pull/89 These changes are mandatory to support federation via graphql-compose-elasticsearch.

@nodkz can u please suggest some way to get resolvers exported from schema composer for now ?? I m in dearth of this .. Or if there is a way...

@nodkz When you say `let sdl = schemaComposer.toSDL({ include: ["Content","ecommerceSearchOutput","ecommerceSearchOutputPagination","ecommerceSearchHitItem"]});` Do you want to also merge the similar defintions of Types. Like lets say you have two Type definitions with...

Ohh, Sorry. To make things simpler I have created `buildFederatedSchema()`. https://github.com/amarflybot/graphql-compose-apollo-federation/tree/master/src We just have to make the schemaComposer flexible to accept extra typeDefs.

@nodkz Last question, The `extend` keyword before `type` is the last issue that we have. Lets say two Services are sharing the same `Type` in Federation, One of the `type`...