Interface GraphQLResponse

All Known Implementing Classes:
GraphQLResponseImpl

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

     GraphQLResponse graphQLResponse = GraphQLResponse.builder()
             .build()