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
电子邮箱 [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"
    ]
}