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によって開発されたChromeの拡張機能で、その主な機能は「Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text」です。

拡張機能のスクリーンショット

screenshot
screenshot

Graphql Query Generator拡張機能のCRXファイルをダウンロード

Graphql Query Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}