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 <your-website>/admin/graphql-ide
. Have fun!
Obs: The
vtex install
command above will install the latest version ofAdmin GraphQL IDE
, that is compatible with [email protected]. If you need to keep using[email protected]
in your workspace and cannot upgrade it to[email protected]
, you can runvtex install [email protected]
that is compatible with this prioradmin
major version.