Graphql Query Generator

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

Vad är Graphql Query Generator?

Graphql Query Generator är en Chrome-tillägg utvecklad av Mahesh Chand, och dess huvudfunktion är "Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Graphql Query Generator-förlängningens CRX-fil

Ladda ner Graphql Query Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Graphql Query Generator Graphql Query Generator
ID jmdpimbhelkmbpgdkjgapkegfapaapej
Officiell webbadress https://chromewebstore.google.com/detail/graphql-query-generator/jmdpimbhelkmbpgdkjgapkegfapaapej
Beskrivning Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text
Filstorlek 1.9 MB
Antal Installationer 3,035
Aktuell Version 2.7.2
Senast Uppdaterad 2024-02-26
Publiceringsdatum 2021-08-26
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Mahesh Chand
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.linkedin.com/in/mahesh-chand
Hjälpsida URL https://www.linkedin.com/in/mahesh-chand
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/51cdd5cb-709d-4c5c-ba41-6fad93287ae2
Stödda Språk 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"
    ]
}