hi all. i’m having a hard time doing something i’d thought would be simple. i can’t seem to get GraphQL to discern component-type data within my /home
endpoint.
i have a Hero
component I’ve created that has a short text and media field in it. I’ve added it to my Home
single-type instance and populated w info. when I hit /home
, however, i only get back metadata. if i update the REST call to have ?populate=*
i can get all the data, but i’m at a loss for how to force full population in GraphQL.
i’ve asked in discord but haven’t heard back from anyone.
thanks!