Background:
- We have cards from Pipe A that have connected fields pointing to Pipe B (cards)
- We need to find all connected cards for Pipe A from lookups for Pipe B
Which Would be Best Method To Do This
I am looking at this GraphQL API approach as the possible best route.
https://api-docs.pipefy.com/reference/objects/CardRelationship/
Using a search via Pipe ID (Pipe A’s ID) would this retrieve a list of all cards that are connected to Pipe B?
New to GraphQL so may be misunderstanding this/ there may be a much better approach/ simpler.