Spaces:
No application file
No application file
SEO: Update description
Browse files
README.md
CHANGED
|
@@ -1,24 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: "GraphQL Schema Explorer and Query Builder VS Code Extension"
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
tags:
|
| 12 |
-
- code
|
| 13 |
-
- software-engineering
|
| 14 |
-
- development
|
| 15 |
-
- programming
|
| 16 |
-
- graphql
|
| 17 |
-
- schema
|
| 18 |
-
- explorer
|
| 19 |
-
- query
|
| 20 |
-
- builder
|
| 21 |
---
|
|
|
|
| 22 |
# GraphQL Schema Explorer and Query Builder VS Code Extension
|
| 23 |
|
| 24 |
Stop wasting hours manually navigating GraphQL schema documentation and writing queries from memory. The GraphQL Schema Explorer and Query Builder VS Code Extension transforms your GraphQL workflow by making schema discovery and query construction instant, right inside your editor.
|
|
@@ -70,28 +61,11 @@ Yes. Generated queries are plain text that you can copy directly into your codeb
|
|
| 70 |
|
| 71 |
**Buy the GraphQL Schema Explorer and Query Builder for $9.99 today and reclaim hours every week by building GraphQL queries smarter, faster, and with zero schema guessing.**
|
| 72 |
|
| 73 |
-
##
|
| 74 |
-
|
| 75 |
-
1. Click **Use in Spaces** above to run the demo directly
|
| 76 |
-
2. Or clone the repository and run locally:
|
| 77 |
-
|
| 78 |
-
```bash
|
| 79 |
-
git clone https://huggingface.co/spaces/WealthFromAI/graphql-schema-explorer-and-query-builder-vs-code-extension-d691
|
| 80 |
-
cd graphql-schema-explorer-and-query-builder-vs-code-extension-d691
|
| 81 |
-
pip install -r requirements.txt
|
| 82 |
-
python app.py
|
| 83 |
-
```
|
| 84 |
-
|
| 85 |
-
## π° Pricing
|
| 86 |
|
| 87 |
- **Demo**: Free on Hugging Face Spaces
|
| 88 |
- **Full Source Code**: $9.99
|
| 89 |
-
- Available on [Gumroad](https://gumroad.com) and [Whop](https://whop.com)
|
| 90 |
-
|
| 91 |
-
## π License
|
| 92 |
-
|
| 93 |
-
MIT License β free to use, modify, and distribute.
|
| 94 |
|
| 95 |
---
|
| 96 |
|
| 97 |
-
*Built with [FORGE-X](https://github.com/WealthFromAI)
|
|
|
|
| 1 |
---
|
| 2 |
title: "GraphQL Schema Explorer and Query Builder VS Code Extension"
|
| 3 |
+
emoji: "π€"
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# GraphQL Schema Explorer and Query Builder VS Code Extension
|
| 14 |
|
| 15 |
Stop wasting hours manually navigating GraphQL schema documentation and writing queries from memory. The GraphQL Schema Explorer and Query Builder VS Code Extension transforms your GraphQL workflow by making schema discovery and query construction instant, right inside your editor.
|
|
|
|
| 61 |
|
| 62 |
**Buy the GraphQL Schema Explorer and Query Builder for $9.99 today and reclaim hours every week by building GraphQL queries smarter, faster, and with zero schema guessing.**
|
| 63 |
|
| 64 |
+
## Pricing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
- **Demo**: Free on Hugging Face Spaces
|
| 67 |
- **Full Source Code**: $9.99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
+
*Built with [FORGE-X](https://github.com/WealthFromAI)*
|