Emily Gu

Results 4 issues of Emily Gu

I have a schema.graphql. The tool does not like the comment and gave the following error ``` ✗ Syntax Error GraphQL (6:1) Unexpected String 5: 6: """The available actions for...

I would like to generate graphQL docs from a source folder which has multiple sub-folders where files with `.graphqls` suffix. Is there a way to do it? thanks.

I tried to run the following command to generate petstore.pb file ```sh ▶ gnostic --pb-out=. examples/v3.0/json/petstore.json ``` Then run report for the `petstore.pb` file. it gave ```sh ▶ report petstore.pb...

I cannot start up pg_prometheus using docker-compose. ```sh ERROR: for pg_prometheus Cannot start service pg_prometheus: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"-c\": executable file not found...

question