-
I'm wondering if it's possible to add middleware / preprocessing for input fields? My use case is that I want to add input field definition directives: input SomeInput {
name: String!
description: String! @html
} And then run (in this case) |
Beta Was this translation helpful? Give feedback.
Answered by
rafalp
Aug 30, 2021
Replies: 1 comment 1 reply
-
Is there any reason you can't do it with custom scalar like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bartenra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any reason you can't do it with custom scalar like
SanitizedString
?