Package io.fria.lilo
Class GraphQLQuery
java.lang.Object
io.fria.lilo.GraphQLQuery
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()graphql.language.OperationDefinition.Operation@NotNull StringgetQuery()@NotNull graphql.language.Field@NotNull GraphQLRequest
-
Constructor Details
-
GraphQLQuery
-
-
Method Details
-
builder
-
getArguments
-
getOperationType
@NotNull public graphql.language.OperationDefinition.Operation getOperationType() -
getQuery
-
getQueryNode
@NotNull public @NotNull graphql.language.Field getQueryNode() -
getRequest
-
getVariables
-