Replies: 1 comment 1 reply
-
It is not exactly clear to me in which scenario this feature can come in handy. Whereas Typetta can also be used without necessarily having a GraphQL backend. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Inside the
scalars
settings, we should be able to define a conversion function for the scalar to a graphql object. This is similar to how the "model to database" conversion methods work (ie.modelToDB
anddbToModel
)EXAMPLE
We can implement this behavior at the moment by directly using Apollo's API.
Beta Was this translation helpful? Give feedback.
All reactions