Results 17 issues of Vinay

**Describe the bug** Sorting, filtering and term search for a nested property not working **To Reproduce** Steps to reproduce the behavior: See the JSON model at http://www.objgen.com/json/models/6mT5A and the way...

**Describe the bug** `required` field of definitions are not being respected while generating types **To Reproduce** Steps to reproduce the behavior: 1. `npm i -g openapi-to-graphql-cli` 2. `openapi-to-graphql file.yaml` -->...

bug

- [x] A short, but descriptive title. The title doesn't need "Apollo" in it. - As soon an `ObjectType` is added a directed with `key` in it, apollo federation picks...

If I have a model like below: ``` Authors:[ {_id:1 name:'Author 1' }] Books:[ {_id:1, authors:[1,2] ] ``` How can I perform sort on books.authors.name? Is it possible?

Hi, Using mongorito, is it possible to save multiple instances of an object to MongoDB?

enhancement

Floats in swagger spec are being converted to String in graphql. Steps to reproduce: `npx swagger-to-graphql --swagger-schema=swagger_schema.yaml > ./types.graphql` swagger_schema.yaml ```yaml swagger: "2.0" info: version: 1.1.0 title: Test server basePath:...

Hi, As NestJS's dynamic module support using a class instead of only using a factory method, why is `useClass` missing in the module? Was it deliberately removed? or Was it...

Hi, Is it possible to use `nestjs-dataloader` with something like below? ```typescript @Resolver(() => AccountDto) export class AccountFieldResolver { constructor(private queryBus: QueryBus) {} @ResolveField(() => [AccountDto], { name: 'account' })...

I tried to use both https://chakra-ui.com/ and https://mantine.dev/ with a fresh aleph installation at https://github.com/vinaybedre/aleph-chakra-ui In both the cases, even if I use just a single component, aleph downloads every...

**[Context]** The last update to the repo was done more then 2 years ago. Is anyone have plans of anything developing there framework? **[Alternatives]** A clear and concise description of...