Package io.smallrye.graphql.client.core
Interface InlineFragment
- All Superinterfaces:
Buildable,FieldOrFragment
Represents an inline fragment in a GraphQL document. This can be used
anywhere where a field is expected (thus it implements `FieldOrFragment`).
-
Method Summary
Modifier and TypeMethodDescriptiongetType()static InlineFragmenton(FieldOrFragment... fields) static InlineFragmenton(String type, FieldOrFragment... fields) static InlineFragmenton(String type, List<Directive> directives, FieldOrFragment... fields) static InlineFragmenton(List<Directive> directives, FieldOrFragment... fields) voidsetDirectives(List<Directive> directives) voidsetFields(List<FieldOrFragment> fields) void
-
Method Details
-
on
-
on
-
on
-
on
-
getType
String getType() -
setType
-
getFields
List<FieldOrFragment> getFields() -
setFields
-
getDirectives
-
setDirectives
-