I am having an issue with GraphQL where my associated objects are not loading in my query. I’ve check all association and association labels exist and that there is data to be loaded via the parent object.
Hi, @JBrake. Thanks for your question. Let’s invite some community members to the conversation — hey @Kevin-C@TDwebdev@Teun, can you offer any insight to @JBrake? Or do you have any troubleshooting tips you like to use in cases like this?
Unfortunately this is in serverless function land so the debug query didn’t work (or i couldn’t figure out how to make it work)
I did do a reverse look up from each ticket > associations > parent successfully, which I found odd that it works one way and not the other. hmm…
Hi there, appreciate the effort so far but still no resolution of the issue. Since original post we have removed and re-created all the associations and label.
I can see the labels are working in the associoations tab of the Object (clicked though and they are correct), but the result is still not feeding through in the GraphQL query..