prisma-labs / get-graphql-schema

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
669 stars 62 forks source link

feature: add --allowInsecure command line argument #79

Open marcothz opened 9 months ago

marcothz commented 9 months ago

To ignore invalid and self-signed certificate checks one can pass the --allowInsecure (or -k) command line argument.