Graphql Query Generator

Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text

Qu'est-ce que Graphql Query Generator ?

Graphql Query Generator est une extension Chrome développée par Mahesh Chand, et sa fonction principale est "Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Graphql Query Generator

Téléchargez les fichiers d'extension Graphql Query Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Graphql Query Generator Graphql Query Generator
ID jmdpimbhelkmbpgdkjgapkegfapaapej
URL Officiel https://chromewebstore.google.com/detail/graphql-query-generator/jmdpimbhelkmbpgdkjgapkegfapaapej
Description Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text
Taille du Fichier 1.9 MB
Nombre d'Installations 3,035
Version Actuelle 2.7.2
Dernière Mise à Jour 2024-02-26
Date de Publication 2021-08-26
Évaluation 5.00/5 Total 4 Évaluations
Développeur Mahesh Chand
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.linkedin.com/in/mahesh-chand
URL de la Page d'Aide https://www.linkedin.com/in/mahesh-chand
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/51cdd5cb-709d-4c5c-ba41-6fad93287ae2
Langues Prises en Charge 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"
    ]
}