Replies: 3 comments
-
You can use a scalar computed fields here? https://docs.hasura.io/1.0/graphql/manual/schema/computed-fields.html#computed-fields |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't think that this is same, you want to resolve specific fields in existing schema in some way, not add new fields |
Beta Was this translation helpful? Give feedback.
0 replies
-
@esseswann Right. I was just proposing a workaround for now. |
Beta Was this translation helpful? Give feedback.
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.
-
Is there any way I could customize type resolvers?
For example one might require resolve
timestampz
to Unix Timestamp or have it being able to parse formatting options liketimestamp(format: "moment-like format")
Beta Was this translation helpful? Give feedback.
All reactions