An open API service indexing awesome lists of open source software.

https://github.com/rdey/graphql-mutation-validator-bundle

Fork of assoconnect/graphql-mutation-validator-bundle from Gitlab
https://github.com/rdey/graphql-mutation-validator-bundle

bundle php71 php72 php73 php74 php80 php81 php82 sf54

Last synced: about 2 months ago
JSON representation

Fork of assoconnect/graphql-mutation-validator-bundle from Gitlab

Awesome Lists containing this project

README

          

# AssoConnectGraphQLMutationValidatorBundle

[![Build status](https://gitlab.com/assoconnect/graphql-mutation-validator-bundle/badges/master/build.svg)](https://gitlab.com/assoconnect/graphql-mutation-validator-bundle/commits/master)
[![Overall test coverage](https://gitlab.com/assoconnect/graphql-mutation-validator-bundle/badges/master/coverage.svg)](https://gitlab.com/assoconnect/graphql-mutation-validator-bundle/pipelines)

This Symfony4 bundle provides integration of [GraphQL](https://facebook.github.io/graphql/) mutation input data with [Overblog GraphQL](https://github.com/overblog/GraphQLBundle) implementation through [webonyx/graphql-php](https://github.com/webonyx/graphql-php).

It uses [Symfony Validator](https://symfony.com/doc/current/validation.html) to check user input.

[How to use](Resources/doc/index.md)