graphql-python / graphql-python/graphene
Having custom validation over scalars
Open
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 818
- PR merge metrics
- No merged PRs in 30d
Description
I need to pass some validation check when defining `Arguments` for Mutation. I know I can check it inside the `mutate` function but I need this check before that (similar to what we have in `marshmallow.validate` module: `Range` and `Length`).
I just want to know if there is any future plan to implement it inside the graphene or not.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.