https://github.com/adoptopenjdk/openjdk-api-graphql
A simple Node application that converts the V3 OpenAPI specification into a graphql explorer
https://github.com/adoptopenjdk/openjdk-api-graphql
graphql-explorer openjdk-api-graphql
Last synced: 6 months ago
JSON representation
A simple Node application that converts the V3 OpenAPI specification into a graphql explorer
- Host: GitHub
- URL: https://github.com/adoptopenjdk/openjdk-api-graphql
- Owner: AdoptOpenJDK
- Created: 2020-01-20T15:16:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-26T03:08:51.000Z (8 months ago)
- Last Synced: 2025-06-29T18:02:32.664Z (6 months ago)
- Topics: graphql-explorer, openjdk-api-graphql
- Language: JavaScript
- Homepage: https://api.adoptopenjdk.net/graphql
- Size: 711 KB
- Stars: 0
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# openjdk-api-graphql
A simple Node application that converts the V3 OpenAPI specification into a graphql explorer
## To run locally
```bash
npm install
npm start
```
navigate to http://localhost:8080/graphql