Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom scalars #62

Open
shubhamprshr27 opened this issue May 7, 2021 · 1 comment · May be fixed by #228
Open

Add support for custom scalars #62

shubhamprshr27 opened this issue May 7, 2021 · 1 comment · May be fixed by #228
Labels
enhancement New feature or request

Comments

@shubhamprshr27
Copy link

Can we think about adding support for scalars as well?

This shall help speed up development and validations.

@confuser confuser added the enhancement New feature or request label Aug 1, 2021
@TArch64
Copy link

TArch64 commented Jan 7, 2023

+1 It will be great to be able to validate an array of UUIDs

Example in nestjs graphql. GraphQLUUID is a type from graphql-type-uuid

@Field(returns => [GraphQLUUID])
@Directive('@constraint(minItems: 1)')
public categories: string[];

@Poweranimal Poweranimal linked a pull request Mar 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants