Pinned Repositories
awesome-gqlgen
A curated list of awesome frameworks, libraries and software using gqlgen library.
deprecatedquery
`deprecatedquery` finds a deprecated query in your GraphQL query files.
directive
detect missing directives
get-graphql-schema
get-graphql-schema fetch and print the GraphQL schema from a GraphQL HTTP endpoint by introspectioin query.
gqlanalysis
gqlanalysis makes easy to develop static analysis tools for GraphQL in Go.
gqlfmt
gqlfmt formats your GraphQL files. like gofmt.
gqlint
A linter for GraphQL
lackid
Analyzer: lackid finds a selection for a type which has id field but the selection does not have id
nodecheck
nodecheck will find any GraphQL schema that is not conform to Node interface
nolint
nolint is an analyzer which provides a reporter which ignores diagnostics with nolint comment.
gqlgo's Repositories
gqlgo/gqlanalysis
gqlanalysis makes easy to develop static analysis tools for GraphQL in Go.
gqlgo/awesome-gqlgen
A curated list of awesome frameworks, libraries and software using gqlgen library.
gqlgo/gqlfmt
gqlfmt formats your GraphQL files. like gofmt.
gqlgo/deprecatedquery
`deprecatedquery` finds a deprecated query in your GraphQL query files.
gqlgo/lackid
Analyzer: lackid finds a selection for a type which has id field but the selection does not have id
gqlgo/nodecheck
nodecheck will find any GraphQL schema that is not conform to Node interface
gqlgo/gqlint
A linter for GraphQL
gqlgo/directive
detect missing directives
gqlgo/get-graphql-schema
get-graphql-schema fetch and print the GraphQL schema from a GraphQL HTTP endpoint by introspectioin query.
gqlgo/nolint
nolint is an analyzer which provides a reporter which ignores diagnostics with nolint comment.
gqlgo/operationname
print operation name in your GraphQL query files
gqlgo/optionalschema
`optionalschema` finds optional fields and arguments in your GraphQL schema files.
gqlgo/constraintdirective
gqlgo/gqlparser
A port of the parser from graphql-js into golang
gqlgo/iddirective
gqlgo/querystring
`querystring` finds a GraphQL query in your files.