How does Copilot identify relationshipsforeign keys across relational data?
I’m creating a connector with a custom API Graph. As the API Graph only supports a flat structure of data, how does Copilot identify relationshipsforeign keys across relational data? For example, how do I expose customer details with associated addresses. This is a one-to-many relationship. I assume I would need a Customer ConnectorAPI and a customerAddresses ConnectorAPI. Would copilot automatically work out the relational data by seeing the customerId in the customer address record?
I’m creating a connector with a custom API Graph. As the API Graph only supports a flat structure of data, how does Copilot identify relationshipsforeign keys across relational data? For example, how do I expose customer details with associated addresses. This is a one-to-many relationship. I assume I would need a Customer ConnectorAPI and a customerAddresses ConnectorAPI. Would copilot automatically work out the relational data by seeing the customerId in the customer address record? Read More