graphql-java
Here are 117 public repositories matching this topic...
-
Updated
May 4, 2022 - Kotlin
-
Updated
May 3, 2022 - Java
-
Updated
Apr 25, 2022 - Kotlin
-
Updated
Feb 20, 2022
Is your feature request related to a problem? Please describe.
Just like many other plugins, a skip parameter is welcomed to be there. When set as true, the current execution shall be ignored as it is.
The use case is, I created a parent pom which has all the configurations and executions in it. By doing so, I do not have to do repeatted configuration thing anymore, given there is no
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
-
Updated
Apr 13, 2022 - Java
-
Updated
Apr 17, 2022 - Kotlin
-
Updated
Apr 28, 2022 - Java
-
Updated
Aug 12, 2017 - Java
-
Updated
Mar 29, 2020 - Java
-
Updated
Apr 1, 2022 - Java
-
Updated
May 8, 2022 - Java
-
Updated
Sep 10, 2018 - Kotlin
-
Updated
Oct 18, 2018 - JavaScript
-
Updated
Jun 7, 2020 - Kotlin
Describe the solution you'd like
If a book wins an award, we should be able to show the year it won that award
Additional context
- Be sure to read the contributing guidelines first!
- Discuss your implementation approach with us before we assign you to it
- Provide us with an estimate on how long you think it will take you to complete
- Branch from
mainand setmainas the des
-
Updated
Mar 17, 2021 - Java
-
Updated
Apr 9, 2020
-
Updated
Apr 9, 2020
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