Roger Ballard

Results 42 issues of Roger Ballard

Snyk has created this PR to upgrade graphql from 15.4.0 to 15.5.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=graphql&from_version=15.4.0&to_version=15.5.0&pr_id=09c833b7-07a2-45d0-b2d7-01e655fd3e17&visibility=true&has_feature_flag=false) :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...

enhancement

**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