Package io.smallrye.graphql.client.core
package io.smallrye.graphql.client.core
-
ClassDescriptionRepresents 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 ("...Represents a named fragment definition in a GraphQL document.Represents a node in a GraphQL document that can contain either an operation (query/mutation/subscription), or a definition of a named fragment.Represents a reference to a named fragment.Represents an inline fragment in a GraphQL document.