Replies: 1 comment 1 reply
-
Hi @VitalijF! Can you please provide some more information about what you are trying to achieve? There is now way of retrieving info about a directive at startup. With the limited info you provided, you can possibly leverage custom instrumentation classes which give you hooks to inspect and hook into various stages of query processing. |
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
-
I've custom directive which has been defined in schema and also been applied for some input fields
directive @length(max: Int!) on INPUT_FIELD_DEFINITION
After code been generated I've not seen any places where this directive present. So question: is it possible to retrieve information about directive and where it's been applied on start up phase
Beta Was this translation helpful? Give feedback.
All reactions