Graphql Query Generator

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

Hvad er Graphql Query Generator?

Graphql Query Generator er en Chrome-udvidelse udviklet af Mahesh Chand, og dens hovedfunktion er "Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Graphql Query Generator-udvidelses-CRX-fil

Download Graphql Query Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Graphql Query Generator Graphql Query Generator
ID jmdpimbhelkmbpgdkjgapkegfapaapej
Officiel URL https://chromewebstore.google.com/detail/graphql-query-generator/jmdpimbhelkmbpgdkjgapkegfapaapej
Beskrivelse Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text
Filstørrelse 1.9 MB
Antal Installationer 3,035
Nuværende Version 2.7.2
Senest Opdateret 2024-02-26
Udgivelsesdato 2021-08-26
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Mahesh Chand
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.linkedin.com/in/mahesh-chand
Hjælpeside-URL https://www.linkedin.com/in/mahesh-chand
URL til Fortrolighedspolitik Side https://www.freeprivacypolicy.com/live/51cdd5cb-709d-4c5c-ba41-6fad93287ae2
Understøttede Sprog 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"
    ]
}