GraphQL returns JSON, but cannot get into a repeating group

I’m just testing out Wappler (currently use Bubble), and was looking to see how repeating groups work using API data. This seems like such a simple task, and I know there are plenty of write ups on how to pull API data into Wappler, but even after reading through several posts and tutorials–I really can’t figure this out.

I’ve a a Postgres database running on Hasura’s GraphQL service. I’ve read that Wappler doesn’t have an easy GraphQL implementation, but it’s easy enough to just put the query in the API request. This appears to work successfully as I’m able to see the JSON response via the API schema button:

image

This was created with an API Action since I have to request the data via POST. Based on one of the tutorials I read through, I attempted to create a basic repeating group using this app structure

image

The row expression:

The paragraph expression:

When I do this, I get the following error:
image

Which seems to refer back to the GraphQL query rather than the returned JSON.

Can anyone see what I might be missing?

Community Page
Last updated: