Uses of Class
graphql.ExperimentalApi
-
Packages that use ExperimentalApi Package Description graphql graphql.execution.conditional graphql.language graphql.schema graphql.schema.diffing graphql.schema.validation -
-
Uses of ExperimentalApi in graphql
Fields in graphql with annotations of type ExperimentalApi Modifier and Type Field Description static DirectiveDefinition
Directives. ONE_OF_DIRECTIVE_DEFINITION
static GraphQLDirective
Directives. OneOfDirective
-
Uses of ExperimentalApi in graphql.execution.conditional
Classes in graphql.execution.conditional with annotations of type ExperimentalApi Modifier and Type Interface Description interface
ConditionalNodeDecision
This callback interface allows custom implementations to decide if a field is included in a query or not. -
Uses of ExperimentalApi in graphql.language
Classes in graphql.language with annotations of type ExperimentalApi Modifier and Type Class Description class
PrettyAstPrinter
A printer that acts as a code formatter. -
Uses of ExperimentalApi in graphql.schema
Methods in graphql.schema with annotations of type ExperimentalApi Modifier and Type Method Description boolean
GraphQLInputObjectType. isOneOf()
An Input Object is considered a OneOf Input Object if it has the `@oneOf` directive applied to it. -
Uses of ExperimentalApi in graphql.schema.diffing
Classes in graphql.schema.diffing with annotations of type ExperimentalApi Modifier and Type Class Description class
SchemaGraph
-
Uses of ExperimentalApi in graphql.schema.validation
Classes in graphql.schema.validation with annotations of type ExperimentalApi Modifier and Type Class Description class
OneOfInputObjectRules
-