Package io.smallrye.graphql.client.core
Interface FieldOrFragment
- All Superinterfaces:
Buildable
- All Known Subinterfaces:
Field,FragmentReference,InlineFragment
Represents one of these nodes in a GraphQL document:
- regular field (name), for example "color"
- reference to a named fragment, for example "...comparisonFields"
- an inline fragment, for example ("... on Person { name } ")
-
Method Summary