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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mahesh Chand และคุณลักษณะหลักของมันคือ "Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Graphql Query Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}