Graphql Query Generator

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

Graphql Query Generator क्या है?

Graphql Query Generator Mahesh Chand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Graphql Query Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Graphql Query Generator Graphql Query Generator
ID jmdpimbhelkmbpgdkjgapkegfapaapej
आधिकारिक URL https://chromewebstore.google.com/detail/graphql-query-generator/jmdpimbhelkmbpgdkjgapkegfapaapej
विवरण Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text
फ़ाइल का आकार 1.9 MB
स्थापना संख्या 3,035
वर्तमान संस्करण 2.7.2
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2021-08-26
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Mahesh Chand
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkedin.com/in/mahesh-chand
सहायता पृष्ठ URL https://www.linkedin.com/in/mahesh-chand
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/51cdd5cb-709d-4c5c-ba41-6fad93287ae2
समर्थित भाषाएँ 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"
    ]
}