Uses of Interface
io.smallrye.graphql.client.core.Buildable
-
Packages that use Buildable Package Description io.smallrye.graphql.client.core -
-
Uses of Buildable in io.smallrye.graphql.client.core
Subinterfaces of Buildable in io.smallrye.graphql.client.core Modifier and Type Interface Description interfaceArgumentinterfaceDirectiveinterfaceDirectiveArgumentinterfaceDocumentinterfaceEnuminterfaceFieldinterfaceFieldOrFragmentRepresents 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 ("...interfaceFragmentRepresents a named fragment definition in a GraphQL document.interfaceFragmentOrOperationRepresents a node in a GraphQL document that can contain either an operation (query/mutation/subscription), or a definition of a named fragment.interfaceFragmentReferenceRepresents a reference to a named fragment.interfaceInlineFragmentRepresents an inline fragment in a GraphQL document.interfaceInputObjectinterfaceInputObjectFieldinterfaceOperationinterfaceVariableinterfaceVariableType
-