SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

Expose Partner.engagements #3209

Closed rdonigian closed 2 months ago

rdonigian commented 2 months ago

Monday task

github-actions[bot] commented 2 months ago

🗞 GraphQL Summary

View schema changes ```diff @@ -3421,8 +3421,11 @@ """Whether the requesting user can delete this resource""" canDelete: Boolean! countries: SecuredLocations! createdAt: DateTime! + + """Engagements of the partner's affiliated projects""" + engagements(input: EngagementListInput = {count: 25, filter: {}, order: ASC, page: 1, sort: "createdAt"}): EngagementListOutput! fieldRegions: SecuredFieldRegions! financialReportingTypes: SecuredFinancialReportingTypes! globalInnovationsClient: SecuredBoolean! ```