graphql-engine/server/lib/graphql-parser
Samir Talwar ae5279ccda Apply HLint's new proposed fixes.
Upgrading HLint brought in a bunch of new suggestions for improvements to the code.

I thought I'd go through them quickly and get them in.

This is not all of them, just the ones I thought were reasonable.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10505
GitOrigin-RevId: cefd661e9dcb973843b421fd0e31a5c5ffe4720f
2023-12-07 09:16:33 +00:00
..
bench Apply HLint's new proposed fixes. 2023-12-07 09:16:33 +00:00
src/Language/GraphQL/Draft Apply HLint's new proposed fixes. 2023-12-07 09:16:33 +00:00
test [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
graphql-parser.cabal CI: Get the GHC version from VERSIONS.json for all GitHub workflows. 2023-03-27 18:53:18 +00:00
LICENSE [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
Makefile [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00
README.md [ci] test the libraries in server/lib 2023-02-02 17:32:48 +00:00

graphql-parser

build status

Style

This repository follows the graphql-engine style guide.

Use make format to run the formatter.