Following the guide, after successful yarn graphclient build I get stuck at import { execute } from '../.graphclient' .
- If running as JS : SyntaxError: Cannot use import statement outside a module
- If as .mjs : Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import './graphclient' is not supported resolving ES modules

How should it be correctly?
Following the guide, after successful
yarn graphclient buildI get stuck atimport { execute } from '../.graphclient'.How should it be correctly?