Class GraphQLInvocationData
java.lang.Object
io.micronaut.configuration.graphql.GraphQLInvocationData
Represents the data to execute a GraphQL query.
This class should be treated as Immutable.
- Since:
- 1.0
- Author:
- Marcel Overdijk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the operation name.getQuery()Returns the query.Returns the variables.
-
Constructor Details
-
GraphQLInvocationData
-
-
Method Details
-
getQuery
-
getOperationName
-
getVariables
-