graphql-dotnet / graphql-dotnet

GraphQL for .NET

Home Page:https://graphql-dotnet.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyzer to verify DirectiveAttribute used correctly

gao-artur opened this issue · comments

public DirectiveAttribute(string name, params object[] argsAndValues)
  • Verify the argsAndValues length is even
  • Verify the first argument in each pair is a string