graphql-custom-directive icon indicating copy to clipboard operation
graphql-custom-directive copied to clipboard

A custom directive for GraphQL which hooks the query or schema execution

Results 2 graphql-custom-directive issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.8.1. Release notes Sourced from eslint's releases. v7.8.1 f542b5d Fix: Update broken @eslint/eslintrc version (fixes #13641) (#13647) (Nicholas C. Zakas) c1b5696 Sponsors: Sync README with...

dependencies

The approach of copying the directive args from the document to the args object passed to the resolver (`args[arg.name.value] = arg.value.value;`) only works for scalar argument types, because in the...