fix: fixed graphql docs height overflow (#65)

This commit is contained in:
Anoop M D
2022-11-08 03:45:30 +05:30
parent 2393092248
commit 544765af3e
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
# bruno-graphql-docs
Standalone graphql docs explorer module forked from [graphiql](https://github.com/graphql/graphiql)
Standalone graphql docs explorer module forked from [graphiql](https://github.com/graphql/graphiql)
### Publish to Npm Registry
```bash
npm publish --access=public
```