This repository was archived by the owner on Dec 19, 2023. It is now read-only.
forked from yandooo/graphql-spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 326
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # gradle.properties # graphiql-spring-boot-autoconfigure/src/main/resources/graphiql.html # graphql-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/graphql/boot/GraphQLWebAutoConfiguration.java
graphql-java-servlet needs to be merged (and released) first before this one can successfully be released. It depends on the new graphl-java-servlet version 6.0.0. |
This was referenced Jul 21, 2018
This will allow for future updates to that response type, e.g. in line with (ResultActions)[https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/ResultActions.html]. This will allow more fluid checks of the json response instead of having to manually traverse the `JsonNode` tree. The only reason for this return object at this stage is to prepare the public API for those additional features in the future.
apottere
approved these changes
Jul 24, 2018
@oliemansm graphql-java-servlet |
@oliemansm I'm going to release 6.1.0 of graphql-java-servlet real quick to pick up graphql-java-kickstart/graphql-java-servlet@e932a55 before releasing this |
Released in |
Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've merged in all latest changes and added a working example for subscriptions. Can you review so we can merge this one and release it? I haven't updated the version number of this one yet I believe.