Interface GraphQLRequest

All Known Implementing Classes:
GraphQLRequestImpl

public interface GraphQLRequest
GraphQLRequest
Example to create an instance using the builder pattern

     GraphQLRequest graphQLRequest = GraphQLRequest.builder()
             .query("{query}")
             .build()