assoconnect/graphql-mutation-validator-bundle

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

Installs: 29 965

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 2

Type:symfony-bundle

pkg:composer/assoconnect/graphql-mutation-validator-bundle

v2.0.0 2022-08-22 08:51 UTC

This package is auto-updated.

Last update: 2025-09-22 15:41:35 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