Categorygithub.com/gqlc/graphql
modulepackage
0.4.1
Repository: https://github.com/gqlc/graphql.git
Documentation: pkg.go.dev

# README

GoDoc Go Report Card Build Status codecov

GraphQL Language Packages

This repository contains packages for parsing and interacting with the GraphQL IDL.

# Packages

Package ast declares the types used to represent a GraphQL IDL source.
Package lexer implements a lexer for GraphQL IDL source text.
No description provided by the author
Package token defines constants representing the lexical tokens of the GraphQL IDL and basic operations on tokens (printing, predicates).