Code Monkey home page Code Monkey logo

Comments (5)

MichalLytek avatar MichalLytek commented on May 22, 2024

It's possible in the same way that you can use typescript introspection to generate table schema with typeorm - you need a set of decorators and a couple of manuals inputs (enums, unions, interfaces, scalars and other graphql stuffs).

Right now for Node.js we have two solutions:

  • vesper - typeorm centric, automatic resolving, fetching from db, etc. but manual schema using SDL
  • TypeGraphQL - define schema as classes (just like tables with typeorm classes), no SDL but require some manual work to create generic resolver for CRUD actions and field resolvers for relations fetching from db

Maybe at one time we join our forces with pleerock and create an ultimate solution for this problem :wink

from vesper.

syabro avatar syabro commented on May 22, 2024

@19majkel94 I'll check your project, thanks 👍

from vesper.

pleerock avatar pleerock commented on May 22, 2024

Is it possible to use typescript introspection or typeorm to generate GraphQL mappings?

Currently this is not what vesper is supposed for.

@19majkel94 TypeGraphQL generates schema automatically based on classes, right? Maybe thats what @syabro is looking for.

from vesper.

MichalLytek avatar MichalLytek commented on May 22, 2024

@pleerock yes, you define your schema only with classes and decorators 😉
@syabro you can have TypeORM and TypeGraphQL defined in one model class

from vesper.

pleerock avatar pleerock commented on May 22, 2024

Cool, I think this can be closed since generating graphql is not what vesper currently tries to do. But lets see what future is going to bring us :)

from vesper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.