You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the MapToListTypeAdapter produces GraphQL types directly, without delegating to OperationMapper. This has an unintended side effect of not triggering any SchemaTransformers, DirectiveBuilders etc.
This is technically a breaking change, but is highly unlikely to actually affect any user code.
The text was updated successfully, but these errors were encountered:
The current implementation of the
MapToListTypeAdapter
produces GraphQL types directly, without delegating toOperationMapper
. This has an unintended side effect of not triggering anySchemaTransformer
s,DirectiveBuilder
s etc.This is technically a breaking change, but is highly unlikely to actually affect any user code.
The text was updated successfully, but these errors were encountered: