Less painful way to work with Shopify Graphql API in Ruby | Kirill Platonov
18-May-2024 488
The shopify_graphql gem provides conventions and abstractions to make working with the Graphql API in Rails apps more convenientThe default way to work with Shopify API nowadays is Graphql. Most new API feature are strictly Graphql exclusive. This forces developers to switch no matter how we might like REST and dislike Graphql.I began using Shopify Graphql API in my apps in 2021. At first, wrapping my head around the concept was challenging. After REST, Graphql felt like cryptic form of SQL over HTTP, full of nuances and lacking respect for HTTP standards. But I kept digging and eventually figured it out.
Less painful way to work with Shopify Graphql API in Ruby | Kirill Platonov #ruby #rubydeveloper #rubyonrails #painful #Shopify #Graphql #Kirill #Platonov #api #shopify https://rubyonrails.ba/link/less-painful-way-to-work-with-shopify-graphql-api-in-ruby-kirill-platonov