static LegacyCoercingInputInterceptor |
LegacyCoercingInputInterceptor.migratesValues() |
This will change legacy values as it encounters them to something acceptable to the more strict coercion rules.
|
static LegacyCoercingInputInterceptor |
LegacyCoercingInputInterceptor.migratesValues(java.util.function.BiConsumer<java.lang.Object,GraphQLInputType> observerCallback) |
This will change legacy values as it encounters them to something acceptable to the more strict coercion rules.
|
static LegacyCoercingInputInterceptor |
LegacyCoercingInputInterceptor.observesValues(java.util.function.BiConsumer<java.lang.Object,GraphQLInputType> observerCallback) |
This will ONLY observe legacy values and invoke the callback when it gets one.
|