How to Mock fecthed data of linked document in Slice Machine

Hi Everyone -
I am working with slice machine over Next.js and i have a slice which has a field of content relationship linking to another custom type. How can i fetch the data of this linked document in order to view it in the slices simulator?

Hi Yossi,

It's not currently possible to test content relationships in Slice Machine, you'll have to test this with live data coming from Prismic, for that you'll need to use API options such as GraphQuery or Fetchlinks.

Thanks.