prisma-labs / get-graphql-schema

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

feature: add --allowInsecure command line argument #79

Open marcothz opened 8 months ago

marcothz commented 8 months ago

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