Class GraphQLResponseBody
java.lang.Object
io.micronaut.configuration.graphql.GraphQLResponseBody
Represents the response body output data of an executed GraphQL query.
 This class should be treated as Immutable.
- Since:
 - 1.0
 - Author:
 - Marcel Overdijk
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the GraphQL response body data. 
- 
Constructor Details
- 
GraphQLResponseBody
Default constructor.- Parameters:
 specification- the GraphQL response body data
 
 - 
 - 
Method Details
- 
getSpecification
Returns the GraphQL response body data.- Returns:
 - the GraphQL response body data
 
 
 -