GraphQL Associations not loading

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.

Please help save my receeding hairline…

Jonathan

784739_4_crazy-hair-wrestling.gif

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?

Thank you very much for taking a look.

Best,

Jaycee

Thanks @Jaycee_Lewis

Hey @JBrake

Are your aliases nested inside an “associations” field? See my example below:

Based on the number of closing brackets I would first guess that it may not be.

Hi Kevin,

Yes they are:

I’m not clever enough to write this stuff from scratch just yet.

I am getting throug the assets no problem…

I’ve since double check the association replation ship goes both ways and my request allowance is well under the 30000 point.

Regards,

Jonathan

Hi Kevin,

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…

Regards,

Jonathan

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..

Regards,

Jonathan