Closed lemiesz closed 2 years ago
Nvm I think i misunderstood something
feel free to delete this issue. The problem was with my constructor
constructor({ parentLearningPathId, ruleId }: Rule) {
return {
parentLearningPathId,
ruleId,
};
}
Im not sure why was even doing this. was pattern matching something else in the project mindlessly.
Describe the issue The documentations is not clear how to use a custom scalar on a dynamically resolver field.
In my code I have the following code.
However seems that the RuleAst field resolver is not being called the same way that it would be with NonCustomScalar types.