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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}