$ npm install @graphback/codegen-client
Auto generate database structure,
GraphQL Resolvers and Queries from GraphQL types 🚀
Documentation: https://graphback.dev Repository: https://github.com/aerogear/graphback/
Generator for client side queries
import { createClient } from "@graphback/codegen-client"
import { graphQLInputContext } from "@graphback/core"
const inputContext = graphQLInputContext.createModelContext(schemaText, {})
console.log(createClient(inputContext));
© 2010 - cnpmjs.org x YWFE | Home | YWFE