Uses of Interface
io.smallrye.graphql.client.core.InlineFragment
-
Packages that use InlineFragment Package Description io.smallrye.graphql.client.core -
-
Uses of InlineFragment in io.smallrye.graphql.client.core
Methods in io.smallrye.graphql.client.core that return InlineFragment Modifier and Type Method Description static InlineFragmentInlineFragment. on(String type, FieldOrFragment... fields)static InlineFragmentInlineFragment. on(String type, List<Directive> directives, FieldOrFragment... fields)
-