Class GraphQLResponseBody
- java.lang.Object
-
- io.micronaut.configuration.graphql.GraphQLResponseBody
-
public class GraphQLResponseBody extends java.lang.ObjectRepresents the response body output data of an executed GraphQL query. This class should be treated as Immutable.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description GraphQLResponseBody(java.util.Map<java.lang.String,java.lang.Object> specification)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getSpecification()Returns the GraphQL response body data.
-