Skip to content

Commit

Permalink
📝 fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Jan 12, 2022
1 parent e8728ed commit a2d8936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func Analyzer(excludes string) *gqlanalysis.Analyzer {
return &gqlanalysis.Analyzer{
Name: "nodecheck",
Doc: "nodecheck finds invalid GraphQL type that type does not conform Node interface",
Doc: "nodecheck will find any GraphQL schema that is not conform to Node interface",
Run: run(excludes),
}
}
Expand Down

0 comments on commit a2d8936

Please sign in to comment.