ShaoKang

Results 2 comments of ShaoKang

I use mysql, this works for me. I hope to help those in need. ```graphql mutation { executeRaw(query: "SELECT * FROM `default@default`.`User`") } ```

Run the following command ```sh mkdir jxa-demo cd jxa-demo npm init -y npm i @jxa/global-type touch index.js ``` Then open the `index.js` editor in` vscode`, you can get intellisense normally...