I have already developed a graphql api for mssql that dynamically introspects the INFORMATION_SCHEMA to build out the Types, Queries and resolvers with a simple plugin model to allow "coaching" of the introspection process. I stumbled onto
prisma.io just now. Thinking about cloning and submitting a pull request. Is that a good idea?