Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgbier/graphql-parser-kotlin
Kotlin GraphQL Parser
https://github.com/kgbier/graphql-parser-kotlin
graphql graphql-parser graphql-query kotlin kotlin-library kotlin-multiplatform
Last synced: about 1 month ago
JSON representation
Kotlin GraphQL Parser
- Host: GitHub
- URL: https://github.com/kgbier/graphql-parser-kotlin
- Owner: kgbier
- License: mit
- Created: 2020-04-12T09:41:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T22:07:53.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T21:41:16.898Z (about 2 months ago)
- Topics: graphql, graphql-parser, graphql-query, kotlin, kotlin-library, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 422 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql-parser
### Konrad Biernacki ()[![Gradle](https://github.com/kgbier/graphql-parser-kotlin/actions/workflows/gradle.yml/badge.svg)](https://github.com/kgbier/graphql-parser-kotlin/actions/workflows/gradle.yml)
A utility for parsing GraphQL queries. Written with help from the excellent
[Point·Free](https://www.pointfree.co/collections/parsing).Swift version of this library: [kgbier/graphql-parser-swift](https://github.com/kgbier/graphql-parser-swift)
Current functionality is limited to understanding a GraphQL Query as detailed in the
official [spec](https://spec.graphql.org/June2018/), and producing an AST (abstract syntax tree).### Limitations:
- Does not support Unicode literals
- Does not support block strings