grand-stack / grandstack.io

GRANDstack website
https://GRANDstack.io
18 stars 20 forks source link

inferSchema is missing documentation for how to use with non-default database #36

Open johnymontana opened 4 years ago

johnymontana commented 4 years ago
inferSchema(driver, {database: "foobar").then( result => {
  console.log(result.typeDefs);
}