Uses of Interface
io.smallrye.graphql.client.core.FragmentOrOperation
Packages that use FragmentOrOperation
-
Uses of FragmentOrOperation in io.smallrye.graphql.client.core
Subinterfaces of FragmentOrOperation in io.smallrye.graphql.client.coreModifier and TypeInterfaceDescriptioninterfaceRepresents a named fragment definition in a GraphQL document.interfaceMethods in io.smallrye.graphql.client.core that return types with arguments of type FragmentOrOperationMethods in io.smallrye.graphql.client.core with parameters of type FragmentOrOperationModifier and TypeMethodDescriptionstatic DocumentDocument.document(FragmentOrOperation... operations) Method parameters in io.smallrye.graphql.client.core with type arguments of type FragmentOrOperationModifier and TypeMethodDescriptionvoidDocument.setOperations(List<FragmentOrOperation> operations)