Uses of Interface
io.smallrye.graphql.client.core.Fragment
Packages that use Fragment
-
Uses of Fragment in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return FragmentModifier and TypeMethodDescriptionFragment.FragmentBuilder.on(String targetType, FieldOrFragment... fields) Fragment.FragmentBuilder.on(String targetType, List<Directive> directives, FieldOrFragment... fields) Methods in io.smallrye.graphql.client.core that return types with arguments of type FragmentModifier and TypeMethodDescriptionMethods in io.smallrye.graphql.client.core with parameters of type FragmentModifier and TypeMethodDescriptionstatic FragmentReferenceFragmentReference.fragmentRef(Fragment fragment) Create a fragment reference by providing a built instance of a named fragment.static FragmentReferenceFragmentReference.fragmentRefWithDirective(Fragment fragment, Directive... directives) Create a fragment reference by providing a built instance of a named fragment and directives.