Graphql Query Generator

Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text

Wat is Graphql Query Generator?

Graphql Query Generator is een Chrome-extensie ontwikkeld door Mahesh Chand, en de belangrijkste functie is "Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Graphql Query Generator

Download Graphql Query Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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,
It list down types, inputs for quick search & view
Fetch and display your schema
Prints schema analysis with lists of possible duplicate inputs & types
Allows to download generated queries/mutations                    

Basisinformatie over de Extensie

Naam Graphql Query Generator Graphql Query Generator
ID jmdpimbhelkmbpgdkjgapkegfapaapej
Officiële URL https://chromewebstore.google.com/detail/graphql-query-generator/jmdpimbhelkmbpgdkjgapkegfapaapej
Beschrijving Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text
Bestandsgrootte 1.9 MB
Aantal Installaties 3,035
Huidige Versie 2.7.2
Laatst Bijgewerkt 2024-02-26
Publicatiedatum 2021-08-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Mahesh Chand
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkedin.com/in/mahesh-chand
Help Pagina-URL https://www.linkedin.com/in/mahesh-chand
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/51cdd5cb-709d-4c5c-ba41-6fad93287ae2
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Graphql Query Generator",
    "short_name": "graphql-query-gen",
    "description": "Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text",
    "version": "2.7.2",
    "author": "Mahesh Chand ",
    "action": {
        "default_icon": "assets\/query-gen128.png",
        "default_title": "Graphql Query Generator"
    },
    "icons": {
        "16": "assets\/query-gen16.png",
        "32": "assets\/query-gen32.png",
        "48": "assets\/query-gen48.png",
        "128": "assets\/query-gen128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}