Package io.toro.martini
Class GraphQLMethods
- java.lang.Object
-
- io.toro.martini.GraphQLMethods
-
public final class GraphQLMethods extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphQLMethods()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GloopObject<GloopModel>mutateWithModel(GloopObject<GloopModel> mutate, URL hostURL)static GloopObject<GloopModel>queryWithModel(GloopObject<GloopModel> query, URL hostURL)static GloopObject<GloopModel>requestWithString(String payload, URL hostURL)
-
-
-
Method Detail
-
requestWithString
public static GloopObject<GloopModel> requestWithString(String payload, URL hostURL) throws IOException, IllegalStateException
- Throws:
IOExceptionIllegalStateException
-
queryWithModel
public static GloopObject<GloopModel> queryWithModel(GloopObject<GloopModel> query, URL hostURL) throws IOException
- Throws:
IOException
-
mutateWithModel
public static GloopObject<GloopModel> mutateWithModel(GloopObject<GloopModel> mutate, URL hostURL) throws IOException
- Throws:
IOException
-
-