assoconnect / graphql-mutation-validator-bundle
Provide a base class to validate user data sent in a GraphQL mutation and return validations errors.
v2.0.0
2022-08-22 08:51 UTC
Requires
- php: ^8.0
- doctrine/annotations: ^1.6
- overblog/graphql-bundle: ^0.11|^0.12|^0.13|^0.14|^0.15
- symfony/validator: ^6.0
Requires (Dev)
- phpunit/phpunit: ^7.0|^8.0|^9.0
- symfony/console: ^4.0|^5.0
- symfony/security-bundle: ^4.0|^5.0
- symfony/templating: ^4.0|^5.0
- symfony/twig-bundle: ^4.0|^5.0
- symfony/yaml: ^4.0|^5.0
README
This Symfony4 bundle provides integration of GraphQL mutation input data with Overblog GraphQL implementation through webonyx/graphql-php.
It uses Symfony Validator to check user input.