Uses of Interface
io.smallrye.graphql.client.core.Fragment
-
Packages that use Fragment Package Description io.smallrye.graphql.client.core -
-
Uses of Fragment in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return Fragment Modifier and Type Method Description FragmentFragment.FragmentBuilder. on(String targetType, FieldOrFragment... fields)FragmentFragment.FragmentBuilder. on(String targetType, List<Directive> directives, FieldOrFragment... fields)Methods in io.smallrye.graphql.client.core that return types with arguments of type Fragment Modifier and Type Method Description static List<Fragment>Fragment. fragments(Fragment... fragments)Methods in io.smallrye.graphql.client.core with parameters of type Fragment 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. fragmentRefWithDirective(Fragment fragment, Directive... directives)Create a fragment reference by providing a built instance of a named fragment and directives.static List<Fragment>Fragment. fragments(Fragment... fragments)
-