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
- Host: GitHub
- URL: https://github.com/rdey/graphql-mutation-validator-bundle
- Owner: rdey
- License: mit
- Created: 2022-07-14T08:57:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T09:19:43.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:43:59.878Z (about 1 year ago)
- Topics: bundle, php71, php72, php73, php74, php80, php81, php82, sf54
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AssoConnectGraphQLMutationValidatorBundle
[](https://gitlab.com/assoconnect/graphql-mutation-validator-bundle/commits/master)
[](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)