Uses of Interface
io.smallrye.graphql.client.core.FragmentReference
-
Packages that use FragmentReference Package Description io.smallrye.graphql.client.core -
-
Uses of FragmentReference in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return FragmentReference Modifier and Type Method Description static 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.
-