Insights
Software development insights — notes from the build bench
Honest write-ups from the work we do — what we built, why we built it that way, and what we learned along the route. No marketing, no filler.
Shopify GraphQL connections: the plural fields that look like arrays but aren't
Plural fields in Shopify's GraphQL Admin API often look like arrays but are Connections — a Relay pagination wrapper. A reference of the common ones, how to query through nodes or edges, and how to keep TypeScript honest about the wire format.
7 min read
A Matrixify alternative for copying Shopify products (with metafields)
A client needed to copy their catalogue to a staging store. Matrixify exported the data. What came across worked. What didn't came down to one architectural choice.
6 min read