Popularity
3.8
Stable
Activity
0.0
Stable
55
11
7

Programming language: Go
License: ISC License
Tags: Query Language    

graphql alternatives and similar packages

Based on the "Query Language" category.
Alternatively, view graphql alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of graphql or a related project?

Add another 'Query Language' Package

README

graphql

utilities for dealing with GraphQL queries in Go.

This package focuses on actually creating GraphQL servers and expects you to describe your schema directly in Go.

To that end this library initially has not emphasized GraphQL schema definition parsing and instead focuses on Query Documents and writing real servers.

license: ISC

version: Based on October2015 GraphQL Specification

status: unstable

contributions: encouraged

hacking

  • go generate ./...
  • go test ./...


*Note that all licence references and agreements mentioned in the graphql README section above are relevant to that project's source code only.