rivantsov / ngraphql

GraphQL .NET Server and Client
MIT License
43 stars 5 forks source link

[Bug] Failed to register with generic class #16

Closed jasonlaw closed 3 years ago

jasonlaw commented 3 years ago

image

================= GraphQL Model Errors Detected ========================= GraphQL type SearchOutput`1 already registered; module: BookingGraphQLModule. ================= End GraphQL Model Errors ==============================

rivantsov commented 3 years ago

see other issue response, you can't use generic types directly

jasonlaw commented 3 years ago

Ok thanks