graphql-dotnet-annotations
graphql-dotnet-annotations copied to clipboard
GraphQLType require parameterless constructor
Hi,
I'm trying to use this annotations for my GraphQL schema, and they are great, but apparently I have to add a wrapper class around GraphQLType to add a parameterless constructor. GraphQLType(params injectedProperties[]) is not enough.