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

This package is auto-updated.

Last update: 2024-04-22 12:19:06 UTC


README

Build status Overall test coverage

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.

How to use