We are using search-based in github ocean integration and when there are more than 100 results we get
Error: Audit: CREATE on githubTeam/{id} - Too many entities found for query of relation members
We want to increase the number of returned entities to at least 500 so we could use this.
Why search-based: We need resilience to non-existent member entities (createMissingRelatedEntities = false). Direct array mapping fails the entire team entity if any member's githubUser entity doesn't exist.
Created by Haim Natan
·