-
Notifications
You must be signed in to change notification settings - Fork 106
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
Error encoding arrays of custom scalars #346
Comments
Probably got something to do with this line:
|
ok looking into it now |
What it lacks are tests. |
@IgnisDa is this still active? |
@ogil7190 no idea. I am not a maintainer. |
@MurmeltierS is this still open to work? |
@ogil7190 also not a maintainer but it seems to me like this issue is still persisting |
/attempt #346 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome project!
I have a
UUID
scalar in my graphql schema andsomeMutation
expects[UUID!]!
as an input. But when I call the following query:Then the generated query is:
And the following query generates:
Here is what my
scalars
looks likeI expect these scalars to be encoded correctly.
[]
).Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: