Roger Ballard
Roger Ballard
Snyk has created this PR to upgrade graphql from 15.4.0 to 15.5.0.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
**Is your feature request related to a problem? Please describe.** The `ConnectionArgs` implementation does not require either `first` or `last` to be provided. **Describe the solution you'd like** Implement validation...
**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...
**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...
**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...
**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...
**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...
**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...
**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...
**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,...