graphql-link icon indicating copy to clipboard operation
graphql-link copied to clipboard

graphql-link is a GraphQL server that composes other GraphQL or OpenAPI endpoints

Results 30 graphql-link issues
Sort by recently updated
recently updated
newest added

Support GRPC upstream servers similar to how Openapi servers are supported now. Implement auto conversion to a GraphQL schema if you have it's service definitions.

gsoc

``` listen: localhost:8080 upstreams: note: type: graphql url: http://127.0.0.1:4000/graphql types: - name: Query actions: - type: mount upstream: note query: query {} ``` This happens with the latest release and...

gsoc

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

It seems that docker image provided is not working. Some issues we saw when gw is containerized. - Cors are not enabled, so impossible to hook in OVP queries into...

good first issue
gsoc

This is the entire output when I try to run the main.go file. ❯ go run main.go serve --verbose skipping Query.getSunDailyForecastByGeocode field respose, not an integer: default skipping Query.getSunDailyForecastByLocation field...

Use upstream graphQL schemas and also other projects that expose graphql - graphql-serve - kogito

Pointed out by people trying it. I think we have nice example but it is not exposed in readme

it would be to get some baseline numbers of the gateway to see enhancements affect the performance.

perhaps something like: https://github.com/google/gops