floge07

Results 15 comments of floge07

I solved it by removing ``` [ImplementViewer(OperationType.Subscription)] [ImplementViewer(OperationType.Query)] [ImplementViewer(OperationType.Mutation)] ``` from the root types... I don't even remember what this was for.

Well I leave it to you to figure out what to do with this problem. Whether this is wrong or intended behavior, or whether you simply mention it in some...

Yeah, the NameAttribute from the main GraphQL namespace has never worked, these are all definitely the ones from the GraphQL.Conventions namespace. And this exact setup worked before I updated the...

I'm experiencing the exact same issue. @CliffAgius Did you ever find a solution?

This helped #144 I added ``` ``` to `` and now it works. Btw I've used the "SocialAndLocalAccounts" sample.