Now we have use `import { query as q } from 'faunadb'` Or `const { Do, Create } = query` But it would be nice to leverage named exports with VSCode auto-import: `import { Do, Create } from 'faunadb/query'` WDYT?
Now we have use
import { query as q } from 'faunadb'Or
const { Do, Create } = queryBut it would be nice to leverage named exports with VSCode auto-import:
import { Do, Create } from 'faunadb/query'WDYT?