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
官方網址 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"
    ]
}