apollo-validation-directives icon indicating copy to clipboard operation
apollo-validation-directives copied to clipboard

GraphQL directives to implement field validations in Apollo Server

Results 9 apollo-validation-directives issues
Sort by recently updated
recently updated
newest added

## Description ## Related Issues ## Progress ### Pull request checklist - [ ] **Tests**: This PR includes tests for covering the features or bug fixes (if applicable). - [...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.9 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1. Release notes Sourced from graphql's releases. v16.8.1 (2023-09-19) Bug Fix 🐞 #3967 OverlappingFieldsCanBeMergedRule: Fix performance degradation (@​AaronMoat) Committers: 1 Aaron Moat(@​AaronMoat) Commits 8a95335 16.8.1...

dependencies

Bumps [yaml](https://github.com/eemeli/yaml) from 2.1.1 to 2.3.2. Release notes Sourced from yaml's releases. v2.3.2 Fix docs typo (#489) Do not require quotes for implicit keys with flow indicators (#494) Update Prettier...

dependencies

Bumps [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) from 4.9.0 to 4.9.3. Release notes Sourced from @​apollo/server's releases. @​apollo/server-integration-testsuite@​4.9.3 Patch Changes Updated dependencies [a1c725eaf]: @​apollo/server@​4.9.3 @​apollo/server@​4.9.3 Patch Changes a1c725eaf Thanks @​trevor-scheer! - Ensure API keys are...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

It doesn't work after migrating to apollo server v3, no errors is thrown, but no directives actually produce errors in `info.validationErrors`

trying to run the Value validation example. I'm being returned this issue by typescript : ``` error TS2322: Type 'typeof ConcreteValidateDirectiveVisitor' is not assignable to type 'typeof SchemaDirectiveVisitor'. Types of...