Interface FieldOrFragment

  • All Superinterfaces:
    Buildable
    All Known Subinterfaces:
    Field, FragmentReference, InlineFragment

    public interface FieldOrFragment
    extends Buildable
    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

      • Methods inherited from interface io.smallrye.graphql.client.core.Buildable

        build