Package io.smallrye.graphql.client
Interface Request
public interface Request
-
Method Summary
Modifier and TypeMethodDescriptiongetVariable(String key) setVariable(String key, Object value) voidsetVariables(Map<String, Object> variables) toJson()jakarta.json.JsonObject