An open API service indexing awesome lists of open source software.

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

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