Skip to content

CLI tool for automating schema generator for join-monster package over GraphQL

Notifications You must be signed in to change notification settings

bini-bar-labs/schema-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

join-monster-generator

CLI tool for automating schema generation for join-monster package over GraphQL

motivation

Join monster is a package that transform graphql query to sql query/queries by providing the GraphQL schema based on your database. The issue is that every change to the database you need to modify your schema. join-monster-generator comes to solves this issue. By reading your database schema join-monster-generator will generate GraphQLSchema with all the relevant relations and filters.

install

  • npm i --save @bini-bar-labs/join-monster-generator
  • pnpm add @bini-bar-labs/join-monster-generator

Basic Usage

npx join-monster-generator generate --database-url=<connectionString> --schema-name=<schemasName> ./schemas.ts

About

CLI tool for automating schema generator for join-monster package over GraphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published