proxy.golang.org : github.com/wundergraph/graphql-go-tools : v1.19.1
Package graphql-go-tools is library to create GraphQL services using the go programming language. GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. Source: https://graphql.org This library is intended to be a set of low level building blocks to write high performance and secure GraphQL applications. Use cases could range from writing layer seven GraphQL proxies, firewalls, caches etc.. You would usually not use this library to write a GraphQL server yourself but to build tools for the GraphQL ecosystem. To achieve this goal the library has zero dependencies at its core functionality. It has a full implementation of the GraphQL AST and supports lexing, parsing, validation, normalization, introspection, query planning as well as query execution etc. With the execution package it's possible to write a fully functional GraphQL server that is capable to mediate between various protocols and formats. In it's current state you can use the following DataSources to resolve fields: - Static data (embed static data into a schema to extend a field in a simple way) - HTTP JSON APIs (combine multiple Restful APIs into one single GraphQL Endpoint, nesting is possible) - GraphQL APIs (you can combine multiple GraphQL APIs into one single GraphQL Endpoint, nesting is possible) - Webassembly/WASM Lambdas (e.g. resolve a field using a Rust lambda) If you're looking for a ready to use solution that has all this functionality packaged as a Gateway have a look at: https://wundergraph.com Created by Jens Neuse
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/wundergraph/[email protected]
Published:
Indexed:
- github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
- github.com/cespare/xxhash v1.1.0
- github.com/dave/jennifer v1.4.0
- github.com/davecgh/go-spew v1.1.1
- github.com/eclipse/paho.mqtt.golang v1.2.0
- github.com/evanphx/json-patch/v5 v5.1.0
- github.com/fsnotify/fsnotify v1.4.9
- github.com/go-test/deep v1.0.4
- github.com/gobuffalo/packr v1.30.1
- github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
- github.com/gobwas/pool v0.2.0
- github.com/gobwas/ws v1.0.2
- github.com/golang/mock v1.4.1
- github.com/gorilla/websocket v1.4.2
- github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
- github.com/jensneuse/abstractlogger v0.0.4
- github.com/jensneuse/byte-template v0.0.0-20200214152254-4f3cf06e5c68
- github.com/jensneuse/diffview v1.0.0
- github.com/jensneuse/pipeline v0.0.0-20200117120358-9fb4de085cd6
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/mapstructure v1.2.2
- github.com/nats-io/nats-server/v2 v2.1.2
- github.com/nats-io/nats.go v1.9.1
- github.com/pelletier/go-toml v1.6.0
- github.com/pkg/errors v0.9.1
- github.com/sebdah/goldie v0.0.0-20180424091453-8784dd1ab561
- github.com/spf13/cobra v0.0.5
- github.com/spf13/viper v1.3.2
- github.com/stretchr/testify v1.5.1
- github.com/tidwall/gjson v1.3.5
- github.com/tidwall/sjson v1.0.4
- github.com/valyala/fasthttp v1.12.0
- go.uber.org/atomic v1.5.1
- go.uber.org/multierr v1.4.0
- golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
- golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
- golang.org/x/sys v0.0.0-20201101102859-da207088b7d1
- golang.org/x/text v0.3.2
- golang.org/x/tools v0.0.0-20200414032229-332987a829c3
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v2 v2.2.8