niddeggaegffgancpopjccbmmhpdfflf
Chrome DevTools Network tab for GraphQL Network tab is great for inspecting REST API calls, but since GraphQL implements another layer of abstraction over HTTP, it's not so straightforward to use. Saturn solves this problem by bringing a new tab to DevTools, trying to mimic the look and feel of the Network tab, and providing quick overview of query, variables, data and errors properties of every GraphQL query. The extension is under active development, please leave any feedback, it's very likely it will get implemented. Feel free to create an issue in Github or contribute! Changelog: 0.3.4 - Add support for subscriptions (via websocket link) 0.3.3 - Bump manifest to v3 0.3.2 - It is now possible to search and filter by variables (https://github.com/patresk/saturn/pull/8) 0.3 - Filter and Clear functionality (https://github.com/patresk/saturn/issues/5, https://github.com/patresk/saturn/issues/3) 0.2 - Dark mode support added
Altair GraphQL Client
A beautiful feature-rich GraphQL Client for all platforms. Ever needed to query a graphQL server when you don't have access to the server code? Want to just quickly test a graphQL query? Altair makes this quite easy. You can provide your query and even specify headers to be sent with the request. Altair comes with a number of useful features including pretty printing your query, linting your query, showing schema docs, providing autocomplete functionality, the ability to set headers for your request, etc. Data is stored so you can continue from where you stopped. The schema docs are also available offline once they have been retrieved.
GraphiQL extension
Chrome extension for the GraphiQL tool Simple extension wrapper around the great GraphiQL IDE allowing it to work with any GraphQL endpoint of your choosing. As long as you are authorized to send requests to the endpoint from your current browser session (cookies are set etc.) you are good to go. This is a fork of the seemingly unmaintained ChromeiQL.
GraphQL Network Inspector
Simple and clean network inspector for GraphQL A platform agnostic network inspector specifically built for GraphQL. Clearly see individual GraphQL requests including support for query batching. Works with any client including Apollo and Relay. View the docs and more at: https://www.overstacked.io/docs/graphql-network-inspector 2.26.0 Support for subscriptions over both SSE and WebSockets 2.25.0 Support multipart payloads for @defer usage 2.23.0: Add jump to search option in response raw view, allowing you to filter through all matched search results.
Graphql Query Generator
Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text It is very difficult to keep track of schema changes and maintain a list of up to date GraphQL queries/mutations. This chrome extension helps you in same by generating GraphQL queries/mutations with random data in just a click. Presents you with all possible input and response attributes. Additionally, Fetches and displays your schema. For inputs, you can choose inline or variables which works for you. It lists down types, inputs for quick search & view. Prints schema analysis with lists of possible duplicate inputs & types. Allows to download generated queries/mutations.