Replies: 1 comment
|
@pellea correct, Graffle will need its runtime DMMF for runtime codecs to function. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Is there a way to configure custom scalar?
The code generation is done with @graphql-codegen/cli (not yet the graffle one).
I would like to have the serialized string returned by the server, transformed to an object.
Similar to : #1338 or #1314.
But those, if I understand correctly, are only available when the code generation runs with graffle directly (not with graphql-codegen).
All reactions