The Wayback Machine - https://web.archive.org/web/20210520164750/https://github.com/topics/graphql-java
Skip to content
#

graphql-java

Here are 106 public repositories matching this topic...

graphql-kotlin
dariuszkuc
dariuszkuc commented Sep 27, 2019

Is your feature request related to a problem? Please describe.
Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway.

Describe the solution you'd like
One of the PR hooks (Github Action?) start up the example federation apps (including gateway) and verify federation works.

Additional context
Related

robbertnoordzij
robbertnoordzij commented May 6, 2021

Is your feature request related to a problem? Please describe.
Currently we use the same generated code in different clients. However, we would like to distinguish between the sources of the request. An option would be to use the operation name as specified on https://graphql.org/learn/queries/#operation-name. At the moment this field seems to be static and final in the Request class. And the

Improve this page

Add a description, image, and links to the graphql-java topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphql-java topic, visit your repo's landing page and select "manage topics."

Learn more