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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the GraphQL response body data.
- 
Constructor Details- 
GraphQLResponseBodyDefault constructor.- Parameters:
- specification- the GraphQL response body data
 
 
- 
- 
Method Details- 
getSpecificationReturns the GraphQL response body data.- Returns:
- the GraphQL response body data
 
 
-