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 DirectiveDefinitionDirectives. ONE_OF_DIRECTIVE_DEFINITIONstatic GraphQLDirectiveDirectives. OneOfDirective -
Uses of ExperimentalApi in graphql.execution.conditional
Classes in graphql.execution.conditional with annotations of type ExperimentalApi Modifier and Type Interface Description interfaceConditionalNodeDecisionThis 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 classPrettyAstPrinterA 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 booleanGraphQLInputObjectType. 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 classSchemaGraph -
Uses of ExperimentalApi in graphql.schema.validation
Classes in graphql.schema.validation with annotations of type ExperimentalApi Modifier and Type Class Description classOneOfInputObjectRules
-