Ronny Freites

Results 4 comments of Ronny Freites

`yarn add graphql-import` `const { importSchema } = require('graphql-import');` `const typeDefs = importSchema('./src/schema.graphql');`

I had a similar problem on an existing project, I'm using docker, so I saw that hdb_catalog already exists, so I removed docker volumes running `docker-compose down -v` resetting my...