Package io.fria.lilo
Class GraphQLRequest
java.lang.Object
io.fria.lilo.GraphQLRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull GraphQLRequest.GraphQLRequestBuilderbuilder()boolean@Nullable String@NotNull StringgetQuery()inthashCode()voidsetOperationName(@Nullable String operationName) voidvoidsetVariables(@Nullable Map<String, Object> variables) @NotNull graphql.ExecutionInput@NotNull graphql.ExecutionInputtoExecutionInput(@Nullable Object localContext) @NotNull StringtoString()
-
Field Details
-
INTROSPECTION_QUERY
- See Also:
-
-
Constructor Details
-
GraphQLRequest
-
GraphQLRequest
public GraphQLRequest()
-
-
Method Details
-
builder
-
equals
-
getOperationName
-
setOperationName
-
getQuery
-
setQuery
-
getVariables
-
setVariables
-
hashCode
public int hashCode() -
toExecutionInput
@NotNull public @NotNull graphql.ExecutionInput toExecutionInput(@Nullable @Nullable Object localContext) -
toExecutionInput
@NotNull public @NotNull graphql.ExecutionInput toExecutionInput() -
toString
-