Custom relation
entity missed translation
feature on V2.1
#2453
Labels
type: bug 🐛
Something isn't working
relation
entity missed translation
feature on V2.1
#2453
Describe the bug
Please consider below sense
Collection
entity namedcampaign
with type:relation
,eager:true
campaign.entity
we havetranslation
feature definedcampaign.translaton.entity
compaign
as belowlanguageCode
only defined onCampaignTranslation.entity
catalog/collections
, click to children catalog itemquery GetCollectionList($options: CollectionListOptions)
it will throw error:
"message": "Cannot return null for non-nullable field Campaign.languageCode."
becuase
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: