Translation between network protocols, Protobuf to GraphQL
-
Updated
Apr 8, 2024 - Go
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Translation between network protocols, Protobuf to GraphQL
The easiest way to make API documents for GraphQL
Develop spec compliant GraphQL servers
Convert Golang Struct To GraphQL Object On The Fly
A CLI for inspecting and visualizing GraphQL schemas
GraphQL IDL Compiler
Help you to convert json to graphql schema effortlessly. https://luojilab.github.io/json2graphql/
Develop Relay compliant GraphQL server
simple, fast, code-first GraphQL server
Tooling for GraphQL
A easy-to-use API to retrieve fields and subfields from Go structs using GraphQL and reflection.