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
 - 
Method Details
- 
getQuery
Returns the query.- Returns:
 - the query
 
 - 
getOperationName
Returns the operation name.- Returns:
 - the operation name
 
 - 
getVariables
Returns the variables.- Returns:
 - the variables
 
 
 -