Project Artemis is an Open Sourced client developer tool for single endpoint testing of GraphQL queries (w/wo Apollo Client). Query endpoint testing and cache management can be done in real time for instant engineering feedback without the need for backend resolvers.
Debug and test query mutations and calls using introspection
The web based extension is best used for React and Express products/applications in development mode, and is available at the chrome store.
- Go to Chrome Web Store
- Click Add to Chrome button
- Fork the repo to your repositories
- Clone the reposotory on to your local machine
- build the project
npm install
npm run build
- Open chrome and direct to chrome://extension
- Enable developer mode
- click LOAD UNPACKED and upload build folder
Open the application built with GraphQL on Chrome and open inspector window. Artemis will appear and will render once a GraphQL query is detected from the site. If a website or hosted site you are currently testing contains Apollo Client, you should be able to see its inMemory cache. Otherwise, it will display empty object.
- Display schema, query, and GraphQL response with endpoint detection
- Query caching and component storage- View normalized Apollo Client cache in JSON Format
- Query response Snapshot feature
- View Response and Query Visualizer tree in inspection window
Project Artemis is still in Beta, a subset project of OS-Labs. We encourage you to submit issues for any bugs or ideas for enhancements. Also feel free to fork this repo and submit pull requests to contribute as well.
- React
- Typescript
- GraphQL
- D3
- Jest
- Enzyme
- Travis CI
All rights Reserved Artemis Labs