Interface FragmentOrOperation

  • All Superinterfaces:
    Buildable
    All Known Subinterfaces:
    Fragment, Operation

    public interface FragmentOrOperation
    extends Buildable
    Represents a node in a GraphQL document that can contain either an operation (query/mutation/subscription), or a definition of a named fragment. On the top level, a GraphQL document basically consists of a list of these nodes.
    • Method Summary

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

        build