Uses of Interface
io.smallrye.graphql.client.core.FragmentOrOperation
-
Packages that use FragmentOrOperation Package Description io.smallrye.graphql.client.core -
-
Uses of FragmentOrOperation in io.smallrye.graphql.client.core
Subinterfaces of FragmentOrOperation in io.smallrye.graphql.client.core Modifier and Type Interface Description interfaceFragmentRepresents a named fragment definition in a GraphQL document.interfaceOperationMethods in io.smallrye.graphql.client.core that return types with arguments of type FragmentOrOperation Modifier and Type Method Description List<FragmentOrOperation>Document. getOperations()Methods in io.smallrye.graphql.client.core with parameters of type FragmentOrOperation Modifier and Type Method Description static DocumentDocument. document(FragmentOrOperation... operations)Method parameters in io.smallrye.graphql.client.core with type arguments of type FragmentOrOperation Modifier and Type Method Description voidDocument. setOperations(List<FragmentOrOperation> operations)
-