Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 317 Bytes

get-graphql-schema

get-graphql-schema fetch and print the GraphQL schema from a GraphQL HTTP endpoint by introspectioin query.

go install github.com/gqlgo/get-graphql-schema@latest

Usage

$ get-graphql-schema -h "HEADER_KEY1=HEADER_VALUE1,HEADER_KEY2=HEADER_VALUE2" ENDPONT > schema.graphql