https://github.com/applelo/get-graphql-schema
Get your GraphQL schema easily by providing the API URL
https://github.com/applelo/get-graphql-schema
graphql graphql-schema nuxt schema vue
Last synced: 6 months ago
JSON representation
Get your GraphQL schema easily by providing the API URL
- Host: GitHub
- URL: https://github.com/applelo/get-graphql-schema
- Owner: Applelo
- Created: 2023-11-24T18:30:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T12:51:54.000Z (about 2 years ago)
- Last Synced: 2025-02-28T20:41:21.072Z (over 1 year ago)
- Topics: graphql, graphql-schema, nuxt, schema, vue
- Language: Vue
- Homepage: https://get-graphql-schema.vercel.app
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get GraphQL Schema
A small web app to get the schema of a GraphQL Api.
[https://get-graphql-schema.vercel.app/](https://get-graphql-schema.vercel.app/)
## Credits
- Inspired by [get-graphql-schema](https://github.com/prisma-labs/get-graphql-schema) from PrismaLab
- [Nuxt 3](https://nuxt.com/) and [UI](https://ui.nuxt.com/) by Nuxt Team
- [Shikiji](https://github.com/antfu/shikiji) by antfu