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

Allow unsecure requests #22

Open SandroMachado opened 6 years ago

SandroMachado commented 6 years ago

This PR adds support to get schemas under an unsecure domains.

The flag --allowUnsecureRequests was added to make this possible.

Closes #14.

ThisIsMissEm commented 6 years ago

@schickling this is a duplicate of #16; It's arguable as to which is better.