public class GraphQLQuery
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
graphql.language.OperationDefinition.Operation
@NotNull graphql.language.Field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GraphQLQuery
public GraphQLQuery(@NotNull
@NotNull String query,
@NotNull
graphql.language.OperationDefinition.Operation operationType,
@NotNull
@NotNull graphql.language.Field queryNode,
@NotNull
@NotNull Map<String,Object> arguments,
@Nullable
@Nullable Map<String,Object> variables)
-
Method Details
-
-
-
getOperationType
@NotNull
public graphql.language.OperationDefinition.Operation getOperationType()
-
getQuery
@NotNull
public @NotNull String getQuery()
-
getQueryNode
@NotNull
public @NotNull graphql.language.Field getQueryNode()
-