Skip to content

jmank88/gql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GQL

A GraphQL library for GoLang. Currently in alpha.

GoDoc Build Status

Born out of a port of the reference javascript implementation: https://github.com/graphql/graphql-js

This implementation is intended to maximize usability and efficiency.

  • package lang

    • package ast

    • package parser

      • tests

      • benchmarks

      • package lexer

        • tests

        • benchmarks

        • package scanner

          • tests
          • benchmarks
      • package token

    • package printer

      • tests
  • package validation

  • package execution

  • package server

  • package client

  • package encoding

    • json
    • grpc
    • Cap'n proto
  • package cmd

    • gql fmt

About

A GraphQL library for GoLang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages