I am just starting out using Strawberry Shake to generate a client for a GraphQL API.
I have run through the Getting Started, but the API I am connecting to requires SSL Cert authentication.
I can successfully connect to the API using Postman and curl but cannot find anything in the documentation for Strawberry Shake to specify cert / passphrase in the graphql init
command
Is this possible?