How to configure HotChocolate that allows ignoring all methods at once? #8109
Unanswered
praveengopalan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am working with a DDD model, and my entity classes contain many public methods that return complex objects. I am trying to configure ObjectType with implicit binding in HotChocolate but want to include only the properties in the ObjectType. Rather than ignoring each method individually, is there any configuration in HotChocolate that allows ignoring all methods at once?
Beta Was this translation helpful? Give feedback.
All reactions