Hello all,I have created a content fragment model and enable the graphql
endpoint for the same & a react component to fetch data. This setup is
working fine.Now I wanted to use the same component for a different
site, but the problem is graphql fetching the data from all content
fragment created using the same model.My question isCan I create
different endpoints for different structure using the same content frag
model. for exampleendpoint1 fetch data from /content/site1 onlyendpoint2
fetch data...