In general I would not recommend bolting on GraphQL to an existing model unless you're willing to invest in either time to build out the backend query optimization or tolerance of suboptimal querying.
The ruby graphql ecosystem is also lacking for decent loaders, but such a loader would likely not integrate with ActiveRecord.
Also, remember, GraphQL is a language, you're responsible for locating the data on the backend.
The ruby graphql ecosystem is also lacking for decent loaders, but such a loader would likely not integrate with ActiveRecord.
Also, remember, GraphQL is a language, you're responsible for locating the data on the backend.