graphql-java
Here are 106 public repositories matching this topic...
-
Updated
May 20, 2021 - Kotlin
-
Updated
May 11, 2021 - Java
-
Updated
May 20, 2021 - Kotlin
-
Updated
May 10, 2021
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
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
-
Updated
May 11, 2021 - Java
-
Updated
Apr 12, 2021 - Kotlin
-
Updated
Aug 12, 2017 - Java
-
Updated
Mar 29, 2020 - Java
-
Updated
Sep 10, 2018 - Kotlin
-
Updated
Apr 30, 2021 - Java
-
Updated
Oct 18, 2018 - JavaScript
-
Updated
Apr 9, 2020
-
Updated
Mar 17, 2021 - Java
-
Updated
Apr 9, 2020
-
Updated
Jun 7, 2020 - Kotlin
-
Updated
Aug 3, 2018 - Java
Add a mutation in AuthorMutation
that deletes the Author (specified by its ID) and all of its books.
removeBooks()
should be used
-
Updated
May 12, 2021 - Kotlin
Improve this page
Add a description, image, and links to the graphql-java topic page so that developers can more easily learn about it.
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."
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