-
Hi all I'm using GraphQL running on .NET 5 and would like to use DynamicPDF to convert DOCX to PDF, however when I run the solution in debug or release, I get the following message Is there a way I can catch and bypass this error, as I don't need HotChocolate to have access to the classes and types, it's purely for my code and nothing will be exposed from that library Question in general is potentially also, "can I tell HotChocolate not to look at certain libraries for types and queries" - note I have NOT added this to my GraphQL schema and startup.cs Using Hotchocolate 11.2.2 Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Question is no longer relevant Can someone remove this question please as it's not HotChocolate GraphQL here, it's me :) |
Beta Was this translation helpful? Give feedback.
Question is no longer relevant
Appears to be custom code causing the problem
Can someone remove this question please as it's not HotChocolate GraphQL here, it's me :)