tree-sitter-graphql

Crates.iotree-sitter-graphql
lib.rstree-sitter-graphql
version0.1.0
created_at2022-04-19 10:19:11.267663+00
updated_at2025-04-30 06:31:34.724317+00
descriptionGraphQL grammar for tree-sitter
homepagehttps://github.com/joowani/tree-sitter-graphql
repositoryhttps://github.com/joowani/tree-sitter-graphql
max_upload_size
id570257
size405,470
Joohwan Oh (joowani)

documentation

README

tree-sitter-graphql

GraphQL grammar for Tree-sitter.

Playground

# Install tree-sitter CLI
cargo install tree-sitter-cli --locked

# Clone this repository and navigate into it
git clone https://github.com/joowani/tree-sitter-graphql && cd tree-sitter-graphql

# Compile the parser
tree-sitter build --wasm

# Start the playground at http://127.0.0.1:8000
tree-sitter playground

References

Credits

The grammar is originally based on bkegley/tree-sitter-graphql and dralletje/tree-sitter-graphql.

Commit count: 6

cargo fmt