Graphql Query Generator

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

Co je Graphql Query Generator?

Graphql Query Generator je rozšíření Chrome vyvinuté Mahesh Chand, a jeho hlavní funkcí je „Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Graphql Query Generator

Stáhněte si soubory rozšíření Graphql Query Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Graphql Query Generator Graphql Query Generator
ID jmdpimbhelkmbpgdkjgapkegfapaapej
Oficiální URL https://chromewebstore.google.com/detail/graphql-query-generator/jmdpimbhelkmbpgdkjgapkegfapaapej
Popis Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text
Velikost souboru 1.9 MB
Počet instalací 3,035
Aktuální Verze 2.7.2
Poslední Aktualizace 2024-02-26
Datum Vydání 2021-08-26
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Mahesh Chand
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.linkedin.com/in/mahesh-chand
URL Stránky Nápovědy https://www.linkedin.com/in/mahesh-chand
URL Stránky Zásad Ochrany Soukromí https://www.freeprivacypolicy.com/live/51cdd5cb-709d-4c5c-ba41-6fad93287ae2
Podporované Jazyky 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"
    ]
}