Does a GQL API exist for Solidus?
# general
b
Does a GQL API exist for Solidus?
j
b
Beautiful
k
@benmorganio let us know how it looks like, I have to admit we never used this in production
b
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.
Need it for a seller admin to manage their stock for products, process orders, payments, etc.
k
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.