When running any method involving the gql client, I'm getting this warning:
UserWarning: WARNING: By default, AIOHTTPTransport does not verify ssl certificates. This will be fixed in the next major version. You can set ssl=True to force the ssl certificate verification or ssl=False to disable this warning
I'm guessing we'll want to set that to true to force validation.
When running any method involving the gql client, I'm getting this warning:
I'm guessing we'll want to set that to true to force validation.