nestjs-relay icon indicating copy to clipboard operation
nestjs-relay copied to clipboard

A batteries-included toolkit for building Relay-compliant GraphQL APIs with NestJS v7

Results 76 nestjs-relay issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The `util` dependency is only used for one function to check a string. **Describe the solution you'd like** Implement that...

enhancement

**Is your feature request related to a problem? Please describe.** This does not implement the `pluralIdentifyingRootField` functionality available in `graphql-relay`. **Describe the solution you'd like** Implement the `pluralIdentifyingRootField` creates a...

enhancement

**Is your feature request related to a problem? Please describe.** The connection helper functions included in `graphql-relay` are limited in their functionality. **Describe the solution you'd like** More powerful connection...

enhancement

**Is your feature request related to a problem? Please describe.** I am unable to extend the generated Connection type. **Describe the solution you'd like** The option to extend the Connection...

enhancement

**Is your feature request related to a problem? Please describe.** It is not clear from the documentation how I can provide additional arguments to a method decorated with `ResolveConnectionField`. **Describe...

documentation

**Is your feature request related to a problem? Please describe.** I want my API to cache mutation responses against a `clientMutationId`. **Describe the solution you'd like** I want access to...

enhancement

**Is your feature request related to a problem? Please describe.** The Relay spec requires an input object to be registered in the schema, even when a user-defined input is not...

enhancement

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** When creating a relay-compliant mutation, I would like the option of adding individual arguments,...

enhancement

**Is your feature request related to a problem? Please describe.** It is not easy to navigate the API documentation - the module names have the directory in them. **Describe the...

documentation

**Is your feature request related to a problem? Please describe.** The Connection specification is great for endless-scroll-like experiences, but it lacks functionality to support a more traditional pagination UI. **Describe...

enhancement