@benmorganio let us know how it looks like, I have to admit we never used this in production
b
benmorganio
04/14/2023, 4:58 PM
I'm probably going to use it as inspiration. I've never coded GQL in Ruby before and I'm doing some weird stuff that I don't think is best practice.
benmorganio
04/14/2023, 4:58 PM
Need it for a seller admin to manage their stock for products, process orders, payments, etc.
k
Kevin I
04/15/2023, 12:43 PM
We ended up using Hasura which allows merging of remote API requests so it allowed us to keep a RESTFUL API but sitll providing a graphql API to our frontend.. just an alternative to consider.