Interface GraphQLRequests


This is a demo of the use of a GraphQLRepository. It contains the definition of GraphQL requests. Doing this hides all the wiring to prepare and execute the GraphQL requests (query/mutation/subscription). Just declare a GraphQLRequests autowired bean in your Spring component, and you can execute GraphQL requests. Take a look at the MinimalSpringApp main class for that.
Author:
etienne-sf