Example React App not displaying data

I’m trying to run the example-react-app to get a feel for what’s possible out of the box. I’ve got it running ok now, but all of the graphql queries fail with unknown types. Is there a way to mock up return values? If not, is the example app running anywhere publicly available?

Thanks,
Don

Hi,
Could you please clarify what example-react-app are you trying to run?
If it’s the app from frontend repository then use the following instruction:

Yes, that’s what I was looking for, the corresponding backend.

Thank you!