Package io.fria.lilo

Class GraphQLRequest

java.lang.Object
io.fria.lilo.GraphQLRequest

public class GraphQLRequest extends Object
  • Field Details

  • Constructor Details

    • GraphQLRequest

      public GraphQLRequest(@NotNull @NotNull String query, @Nullable @Nullable String operationName, @Nullable @Nullable Map<String,Object> variables)
    • GraphQLRequest

      public GraphQLRequest()
  • Method Details

    • builder

      @NotNull public static @NotNull GraphQLRequest.GraphQLRequestBuilder builder()
    • equals

      public boolean equals(@Nullable @Nullable Object o)
      Overrides:
      equals in class Object
    • getOperationName

      @Nullable public @Nullable String getOperationName()
    • setOperationName

      public void setOperationName(@Nullable @Nullable String operationName)
    • getQuery

      @NotNull public @NotNull String getQuery()
    • setQuery

      public void setQuery(@NotNull @NotNull String query)
    • getVariables

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

      public void setVariables(@Nullable @Nullable Map<String,Object> variables)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toExecutionInput

      @NotNull public @NotNull graphql.ExecutionInput toExecutionInput(@Nullable @Nullable Object localContext)
    • toExecutionInput

      @NotNull public @NotNull graphql.ExecutionInput toExecutionInput()
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object