DonationType
あるコンテンツ タイプへの参照を持つコンテンツ タイプがあり、特定の慈善団体を持つ s をCharity
返すクエリを実行したいと考えています。DonationType
これは API でサポートされていますか? 次の試行は機能しません。
contentful.getEntries({content_type: 'donationType', 'fields.charity': '6eAaZw2TraOgWWE4IG8Ymy'})
contentful.getEntries({content_type: 'donationType', 'fields.charity.id': '6eAaZw2TraOgWWE4IG8Ymy'})