We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a508e04 commit 7de7189Copy full SHA for 7de7189
src/components/engagement/engagement.repository.ts
@@ -185,6 +185,7 @@ export class EngagementRepository extends CommonRepository {
185
},
186
language: 'language { .id }',
187
pnp: { id: 'props.pnp' },
188
+ growthPlan: { id: 'props.growthPlan' },
189
ceremony: 'ceremony { .id }',
190
intern: 'intern { .id }',
191
countryOfOrigin: 'countryOfOrigin { .id }',
0 commit comments