Package io.fria.lilo
Class GraphQLRequest.GraphQLRequestBuilder
java.lang.Object
io.fria.lilo.GraphQLRequest.GraphQLRequestBuilder
- Enclosing class:
- GraphQLRequest
-
Method Summary
Modifier and TypeMethodDescription@NotNull GraphQLRequestbuild()@NotNull GraphQLRequest.GraphQLRequestBuilderoperationName(@Nullable String operationNameParam) @NotNull GraphQLRequest.GraphQLRequestBuilder@NotNull GraphQLRequest.GraphQLRequestBuilder
-
Method Details
-
build
-
operationName
@NotNull public @NotNull GraphQLRequest.GraphQLRequestBuilder operationName(@Nullable @Nullable String operationNameParam) -
query
@NotNull public @NotNull GraphQLRequest.GraphQLRequestBuilder query(@NotNull @NotNull String queryParam) -
variables
@NotNull public @NotNull GraphQLRequest.GraphQLRequestBuilder variables(@Nullable @Nullable Map<String, Object> variablesParam)
-