graphql-dotnet-annotations icon indicating copy to clipboard operation
graphql-dotnet-annotations copied to clipboard

GraphQLType require parameterless constructor

Open max-mayorov opened this issue 5 years ago • 0 comments

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.

max-mayorov avatar Jun 11 '19 08:06 max-mayorov