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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.linkedin.com/in/mahesh-chand
عنوان صفحة سياسة الخصوصية 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"
    ]
}