How to efficiently make a recursive table in graphql? – Stack Overflow

How to efficiently make a recursive table in graphql? – Stack Overflow

I am writing a graphql schema using amplify. I have a categories table in which I want to relate each category with other categories.

 

Read More