graphql-spqr-samples icon indicating copy to clipboard operation
graphql-spqr-samples copied to clipboard

Minimal demo app for graphql-spqr

Results 12 graphql-spqr-samples issues
Sort by recently updated
recently updated
newest added

I have tried but couldn't get a list of projects.

Hi there, Thanks for posting samples. I am wondering if there is a way to test Service classes with graphql-spqr annotations? Are there any examples for it? Thanks.

Usually we check authorization or target existing or other exceptions self-defined in our logic, we just want to simply throw the exceptions and return to the client what errors they...

When we print the schema by new SchemaPrinter().print(schema) , then all the mutation types are also coming in QUERY_ROOT ?

What does this PR do? Fix the import statement. I could build the project locally with this fix.

Added two method for spring webflux example.

I downloaded the project and uploaded it, but I'm not able to test it, someone can help! I would like to see it working .. http://localhost:63342/spring-boot-demo/target/classes/static/graphiql/index.html?_ijt=huvs6chogdfkoieoghvb0eaq1d ![image](https://user-images.githubusercontent.com/488409/51018339-ff3b7180-1555-11e9-939b-1fd6694c1cce.png) "C:\Program Files\Java\jdk-11.0.1\bin\java.exe" "-javaagent:C:\Program...

Based on @bbakerman's example from graphql-java. In response to #7

We need an example showcasing subscriptions over websockets. Probably the best way would be to port [@bbakerman's example from graphql-java](https://github.com/graphql-java/graphql-java-subscription-example). Another interesting example would be to integrate with Spring's own...

enhancement
good first issue

Operations are allowed to have multiple resolver methods (with different arguments). Exemplify using this, preferably with generic return types e.g. one method returning `ArrayList` and the other `LinkedList` resulting in...

enhancement
good first issue