Skip to content

Expose Partner.engagements #3209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 10, 2024
Merged

Conversation

rdonigian
Copy link
Contributor

@rdonigian rdonigian commented May 10, 2024

@rdonigian rdonigian requested a review from bryanjnelson May 10, 2024 18:21
@rdonigian rdonigian requested a review from CarsonF as a code owner May 10, 2024 18:21
Copy link

github-actions bot commented May 10, 2024

🗞 GraphQL Summary

View schema changes
@@ -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!
 

@CarsonF CarsonF changed the title 1072 CF- Partner Profiles Engagement Tab API Expose Partner.engagements May 10, 2024
@CarsonF CarsonF enabled auto-merge (squash) May 10, 2024 19:48
@CarsonF CarsonF merged commit 5528228 into develop May 10, 2024
20 of 21 checks passed
@CarsonF CarsonF deleted the 1072-partner-engagement-list-api branch May 10, 2024 20:08
adam-soltech pushed a commit that referenced this pull request May 29, 2024
Co-authored-by: Carson Full <carson_full@tsco.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants