Uses of Interface
io.smallrye.graphql.client.core.FragmentReference
Packages that use FragmentReference
-
Uses of FragmentReference in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return FragmentReferenceModifier and TypeMethodDescriptionstatic FragmentReferenceFragmentReference.fragmentRef(Fragment fragment) Create a fragment reference by providing a built instance of a named fragment.static FragmentReferenceFragmentReference.fragmentRef(String name) Create a fragment reference by specifying the name of the target fragment.static FragmentReferenceFragmentReference.fragmentRefWithDirective(Fragment fragment, Directive... directives) Create a fragment reference by providing a built instance of a named fragment and directives.static FragmentReferenceFragmentReference.fragmentRefWithDirective(String name, Directive... directives) Create a fragment reference by specifying the name of the target fragment and directives.