Open GraphiQL explorer
documentedOpen the GraphiQL explorer for the GraphQL API in a browser.
GET /spaces/{space}/explore?access_token={token}GraphQLno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://graphql.contentful.com/content/v1/spaces/{{$space}}/explore?access_token={{CONTENTFUL_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{CONTENTFUL_API_KEY}}"