tejadong/graphql-mutation-validator-bundle

Provide a base class to validate user data sent in a GraphQL mutation and return validations errors. (Symfony 3)

v1.0.12 2021-01-21 08:53 UTC

This package is auto-updated.

Last update: 2024-04-21 16:22:48 UTC


README

Build status Overall test coverage

THIS BUNDLE IS A FORK OF: AssoConnect/graphql-mutation-validator-bundle

This Symfony3 bundle provides integration of GraphQL mutation input data with Overblog GraphQL implementation through webonyx/graphql-php.

It uses Symfony Validator to check user input.

How to use