extends by https://github.com/dangcuuson/graphql-schema-typescript
Simple Generate a typescript interface based on your graphql type
{
"defaultDef": "scalar JSON type Query { json: JSON }",
"typeDefsDecoration": "/** ==== defs types ==== */",
"typeResolversDecoration": "/** ==== resolvers types ==== *",
"jsDoc": "/** This file is auto-generated */"
}
support output defs types or resolvers types and all
options
: see GenerateTypescriptOptions