Interfaces with [QueryType] and CodeFirst #6139
Unanswered
Christine-Schneidenwind
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,
I want to go with the code first approach to introduce interface as it here described:
https://chillicream.com/docs/hotchocolate/v13/defining-a-schema/interfaces#definition
But I have no query
class Query
, I am using the[QueryType]
with.AddTypes()
add the GraphQLServerHow can I add the InterfaceType with Code First without using Annotation-based approach?
I am using Hot Chocolate with Version 13.0.5
Beta Was this translation helpful? Give feedback.
All reactions