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?
Not 100% certain that this is the right way to do it, but the following worked for me
As far as I'm aware, this isn't secure however, as it just ignores certificate validation entirely