Uses of Class
graphql.execution.values.legacycoercing.LegacyCoercingInputInterceptor
Packages that use LegacyCoercingInputInterceptor
-
Uses of LegacyCoercingInputInterceptor in graphql.execution.values.legacycoercing
Methods in graphql.execution.values.legacycoercing that return LegacyCoercingInputInterceptorModifier and TypeMethodDescriptionLegacyCoercingInputInterceptor.migratesValues()This will change legacy values as it encounters them to something acceptable to the more strict coercion rules.LegacyCoercingInputInterceptor.migratesValues(BiConsumer<Object, GraphQLInputType> observerCallback) This will change legacy values as it encounters them to something acceptable to the more strict coercion rules.LegacyCoercingInputInterceptor.observesValues(BiConsumer<Object, GraphQLInputType> observerCallback) This will ONLY observe legacy values and invoke the callback when it gets one.