Skip to content

Simple Generate a typescript interface based on your graphql type

Notifications You must be signed in to change notification settings

liyikun/vscode-graphql-schema-typescript

Repository files navigation

vscode-graphql-schema-to-typescript

extends by https://github.com/dangcuuson/graphql-schema-typescript

test

Future

Simple Generate a typescript interface based on your graphql type

Configuration

config

config file example

    {
        "defaultDef": "scalar JSON type Query { json: JSON }",
        "typeDefsDecoration": "/** ==== defs types ==== */",
        "typeResolversDecoration": "/** ==== resolvers types ==== *",
        "jsDoc": "/** This file is auto-generated */"
    }

object code

support output defs types or resolvers types and all

Other Config

About

Simple Generate a typescript interface based on your graphql type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published