-
For Removal Element Description graphql.validation.ValidationError(ValidationErrorClassification)
-
Interfaces Interface Description graphql.schema.idl.SchemaGeneratorPostProcessing This mechanism can be achieved in a better way viaSchemaTransformer
after the schema is built
-
Classes Class Description graphql.execution.instrumentation.SimpleInstrumentation useSimplePerformantInstrumentation
instead as a base class.graphql.schema.diff.DiffSet graphql.schema.visibility.NoIntrospectionGraphqlFieldVisibility This is no longer the best way to prevent Introspection -Introspection.enabledJvmWide(boolean)
can be used instead
-
Fields Field Description graphql.schema.visibility.NoIntrospectionGraphqlFieldVisibility.NO_INTROSPECTION_FIELD_VISIBILITY
-
Constructors Constructor Description graphql.execution.DataFetcherResult(T, List<GraphQLError>) use theDataFetcherResult.newResult()
builder insteadgraphql.validation.ValidationError(ValidationErrorClassification)