We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey team 👋 Thanks a lot for your work on this one 👍
So I can fake an uuid value by using:
uuid
@fake(type: uuid)
But if I try to fake another datatype from fakerjs like boolean or array it doesn't work:
boolean
array
@fake(type: boolean)
Expected type fake__Types, found boolean. Did you mean the enum value dbColumn?
Sure I can use the @examples workaround but it would be simpler to have all the fakerjs method implemented:
@examples
@examples(values: [true, false])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey team 👋 Thanks a lot for your work on this one 👍
So I can fake an
uuid
value by using:But if I try to fake another datatype from fakerjs like
boolean
orarray
it doesn't work:Sure I can use the
@examples
workaround but it would be simpler to have all the fakerjs method implemented:The text was updated successfully, but these errors were encountered: