Package io.fria.lilo

Class GraphQLQuery

java.lang.Object
io.fria.lilo.GraphQLQuery

public class GraphQLQuery extends Object
  • 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

    • builder

      @NotNull public static GraphQLQuery.GraphQLQueryBuilder builder()
    • getArguments

      @NotNull public @NotNull Map<String,Object> getArguments()
    • getOperationType

      @NotNull public graphql.language.OperationDefinition.Operation getOperationType()
    • getQuery

      @NotNull public @NotNull String getQuery()
    • getQueryNode

      @NotNull public @NotNull graphql.language.Field getQueryNode()
    • getRequest

      @NotNull public @NotNull GraphQLRequest getRequest()
    • getVariables

      @Nullable public @Nullable Map<String,Object> getVariables()