graphql-java-reactive icon indicating copy to clipboard operation
graphql-java-reactive copied to clipboard

Reactive GraphQL execution strategy

Results 3 graphql-java-reactive issues
Sort by recently updated
recently updated
newest added

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...

bug

Do you have the artifacts deployed to a maven repo somewhere? Sorry if I missed them.

question

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...