package
1.1.1
Repository: https://github.com/caapim/layer7-operator.git
Documentation: pkg.go.dev

# README

Retrieve Schema

$ npm install -g get-graphql-schema
$ NODE_TLS_REJECT_UNAUTHORIZED=0 get-graphql-schema -h "Authorization=Basic YWRtaW46N2xheWVy" https://localhost:9443/graphman > schema.graphql

Generate Schema

$ go get github.com/Khan/[email protected]
$ go run github.com/Khan/[email protected]