graphql-java-reactive
graphql-java-reactive copied to clipboard
Reactive GraphQL execution strategy
Hi kindly take a look at this project (It uses kotlin), if you connect graphiql to it, it throws when graphiql sends its introspection query, but works when you send...
Do you have the artifacts deployed to a maven repo somewhere? Sorry if I missed them.
Would be nice to allow collections (aka GraphQLList) to be observable. Right now it can be observable but the resulting item must be iterable. Instead we could allow "pushing" new...