https://github.com/vtex-apps/admin-graphql-ide
GraphQL IDE for VTEX Admin (GraphiQL)
https://github.com/vtex-apps/admin-graphql-ide
hacktoberfest srv-io-web-framework xp-developer
Last synced: 26 days ago
JSON representation
GraphQL IDE for VTEX Admin (GraphiQL)
- Host: GitHub
- URL: https://github.com/vtex-apps/admin-graphql-ide
- Owner: vtex-apps
- Created: 2019-05-13T20:54:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T13:40:13.000Z (about 1 year ago)
- Last Synced: 2025-01-06T14:40:51.371Z (about 1 year ago)
- Topics: hacktoberfest, srv-io-web-framework, xp-developer
- Language: TypeScript
- Homepage:
- Size: 26.4 MB
- Stars: 6
- Watchers: 42
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: docs/README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Admin GraphQL IDE - VTEX IO
Select your app and start **writing**, **simulating** and **testing requests** to validate your GraphQL API using `GraphiQL` (a graphical interactive in-browser GraphQL IDE).
To install this app, just go to your VTEX IO workspace and run:
```
vtex install vtex.admin-graphql-ide
```
As soon as the app is installed the button `GraphQL IDE` will already appear in the section "Store Setup" of your `admin` menu (left side of your screen in the admin page).
The URL path is `/admin/graphql-ide`. Have fun!
> Obs: The `vtex install` command above will install the latest version of `Admin GraphQL IDE`, that is compatible with vtex.admin@3.x. If you need to keep using `vtex.admin@2.x` in your workspace and cannot upgrade it to `vtex.admin@3.x`, you can run `vtex install vtex.admin-graphql-ide@2.x` that is compatible with this prior `admin` major version.