mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
12 lines
435 B
Markdown
12 lines
435 B
Markdown
|
# graphql-parser
|
||
|
|
||
|
[![build status](https://img.shields.io/github/workflow/status/hasura/graphql-parser-hs/ci/main?label=build%20status&logo=github&style=flat-square)](https://github.com/hasura/graphql-parser-hs/actions?query=workflow%3Aci+branch%3Amain)
|
||
|
|
||
|
|
||
|
## Style
|
||
|
|
||
|
This repository follows the graphql-engine
|
||
|
[style guide](https://github.com/hasura/graphql-engine/blob/master/server/STYLE.md).
|
||
|
|
||
|
Use `make format` to run the formatter.
|