1.0.0-beta-1 • Published 6 months ago

@lite-v3/nfs-gql-normalizer v1.0.0-beta-1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

@lite-v3/nfs-gql-normalizer

Graphql code normalizer based on gql-types

By Tokopedia Version

Usage

This package is used to generate GraphQL normalizer based on gql-types file that generated by @lite-v3/nfs-gql-normalizer. Since this package is also registered as an NPM executable, you can run it by simply entering:

$ npx @lite-v3/nfs-gql-normalizer@latest

This will in turn give our the available parameters. To execute the main functionality as a GraphQL type generator, add gen to the command:

$ npx @lite-v3/nfs-gql-normalizer@latest gen

Hit enter, and put file path or directory. It will generate normalized variables from each gql-types.


Code By WPE Team @Tokopedia