Package io.fria.lilo
Class GraphQLQuery
- java.lang.Object
-
- io.fria.lilo.GraphQLQuery
-
public class GraphQLQuery extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphQLQuery.GraphQLQueryBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphQLQuery.GraphQLQueryBuilderbuilder()@NotNull Map<String,Object>getArguments()graphql.language.OperationDefinition.OperationgetOperationType()@NotNull StringgetQuery()@NotNull graphql.language.FieldgetQueryNode()@Nullable Map<String,Object>getVariables()
-
-
-
Method Detail
-
builder
@NotNull public static GraphQLQuery.GraphQLQueryBuilder builder()
-
getOperationType
@NotNull public graphql.language.OperationDefinition.Operation getOperationType()
-
getQuery
@NotNull public @NotNull String getQuery()
-
getQueryNode
@NotNull public @NotNull graphql.language.Field getQueryNode()
-
-