generate-query-graphql
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

generate-query-graphql

It will help generate query for graphql, help you working CRUD faster

Currently version, i only apply with Hasura

Installation

npm install generate-query-graphql [--only=dev]

Usage

We can use command line or file yaml config to generate query

  1. Command line
gengq --graphqlUrl https://demo.hasura.io/v1/graphql --secret demo --destDirPath hasura
  1. File config The first thing, you should create file config with name gengq.yaml at root path project This is a example content inside file config
schema:
	graphqlUrl: https://demo.hasura.io/v1/graphql
	secret: demo
	destDirPath: hasura

I will explain some concept right here about config to run generate

graphqlUrl: url graphql of instance Hasura

secret: secret of instance Hasura

destDirPath: the path of destination that you want to generate here

/generate-query-graphql/

    Package Sidebar

    Install

    npm i generate-query-graphql

    Weekly Downloads

    1

    Version

    1.0.9

    License

    ISC

    Unpacked Size

    32 kB

    Total Files

    17

    Last publish

    Collaborators

    • ceck