Package io.smallrye.graphql.client.core
Interface Document
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Documentdocument(FragmentOrOperation... operations)List<FragmentOrOperation>getOperations()voidsetOperations(List<FragmentOrOperation> operations)
-
-
-
Method Detail
-
document
static Document document(FragmentOrOperation... operations)
-
getOperations
List<FragmentOrOperation> getOperations()
-
setOperations
void setOperations(List<FragmentOrOperation> operations)
-
-