SeedCompany / cord-api-v3

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

Expose `Language.engagements` #3228

Closed CarsonF closed 1 month ago

github-actions[bot] commented 1 month ago

🗞 GraphQL Summary

View schema changes ```diff @@ -2282,8 +2282,11 @@ displayName: SecuredString! """The pronunciation of the display name""" displayNamePronunciation: SecuredStringNullable! + + """The list of the language's engagements.""" + engagements(input: EngagementListInput = {count: 25, filter: {}, order: ASC, page: 1, sort: "createdAt"}): SecuredEngagementList! ethnologue: EthnologueLanguage! firstScripture: SecuredFirstScripture! hasExternalFirstScripture: SecuredBoolean! ```