Package io.smallrye.graphql.client.core
Interface Document
- All Superinterfaces:
Buildable
-
Method Summary
Modifier and TypeMethodDescriptionstatic Documentdocument(FragmentOrOperation... operations) voidsetOperations(List<FragmentOrOperation> operations)
-
Method Details
-
document
-
getOperations
List<FragmentOrOperation> getOperations() -
setOperations
-