Hi everyone, first time posting here as I didnt know there is a forum dedicated for apollo
So long story short, I am wondering if let’s say subgraph A is for Contact and subgraph B is for Account, and let’s say a contact will have an associated account to it, so when a client is trying to search for contact(s) that is under Account X, we use the query
Now, the question is, Account has other fields (eg. CreatedDate), do I need to add all of those input types to Contact subgraph or is there a way that gateway will automagically found those?