Does Shopify have a GraphQL client library for the Admin API written in Typescript?

It would be great to have the types when making queries during development

If anyone wants to do this in the future here’s what I ended up doing:

Create an introspection query

https://graphql.org/graphql-js/utilities/#introspectionquery

Use the graphql-code-generator library to generate the necessary types

Curious - what did you pass in as the introspectionQuery?