Graphql Query Generator

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

O que é Graphql Query Generator?

Graphql Query Generator é uma extensão do Chrome desenvolvida por Mahesh Chand, e sua principal característica é "Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Graphql Query Generator

Baixe arquivos de extensão Graphql Query Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Graphql Query Generator Graphql Query Generator
ID jmdpimbhelkmbpgdkjgapkegfapaapej
URL Oficial https://chromewebstore.google.com/detail/graphql-query-generator/jmdpimbhelkmbpgdkjgapkegfapaapej
Descrição Generate graphql queries with random input data by extracting details from your graphql endpoint or schema text
Tamanho do Arquivo 1.9 MB
Contagem de Instalações 3,035
Versão Atual 2.7.2
Última Atualização 2024-02-26
Data de Publicação 2021-08-26
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Mahesh Chand
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.linkedin.com/in/mahesh-chand
URL da Página de Ajuda https://www.linkedin.com/in/mahesh-chand
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/51cdd5cb-709d-4c5c-ba41-6fad93287ae2
Idiomas Suportados 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"
    ]
}