I connected a REST API using a Lambda connector but can't

I connected a REST API using a Lambda connector but can’t see any data. Why?

Thanks @nico51 and sorry for the delay.

When you say you can’t see any data…can you elaborate?

If you haven’t already done so, after writing your function(s), ensure you’ve added them to PromptQL’s toolbox by adding them as commands (ddn command add) and then rebuilding your supergraph after writing your fetch function.

This specific guide should help you!