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
According to the Federation spec Entities that have @key(resolvable=false) should not be included in the _Entity union.
"The _Entity union must include all entity types that are defined in the subgraph schema, except entities with a @key that sets resolvable: false." Spec Doc
The following code from the SchemaTransformer does not consider the resolvable field.
The text was updated successfully, but these errors were encountered:
NavidMitchell
changed the title
Transform includes Entities in the _Entity union when @key(resolvable=false)
SchemaTransform includes Entities in the _Entity union when @key(resolvable=false)
Jun 13, 2024
According to the Federation spec Entities that have @key(resolvable=false) should not be included in the _Entity union.
"The _Entity union must include all entity types that are defined in the subgraph schema, except entities with a @key that sets resolvable: false."
Spec Doc
The following code from the SchemaTransformer does not consider the resolvable field.
The text was updated successfully, but these errors were encountered: