bruno/packages
Jeremy Benoist d1a8f59c79
Add "Prettify GraphQL" button
The goal is to achieve the same behavior from Insomnia which allow to format a GraphQL query using prettier (see 264177b56f/packages/insomnia/src/ui/components/editors/body/graph-ql-editor.tsx (L260-L266)).

I moved the `prettier` deps from `devDependencies` to `dependencies` because it's now used within the application.
I was forced to import `prettier/standalone` & `prettier/parser-graphql` (as it is explained here: https://prettier.io/docs/en/browser.html) otherwise I got that error:

> Couldn't resolve parser "graphql". Parsers must be explicitly added to the standalone bundle.
2024-02-26 17:02:04 +01:00
..
bruno-app Add "Prettify GraphQL" button 2024-02-26 17:02:04 +01:00
bruno-cli fix: fixed awsv4 env var interpolation issue 2024-02-24 00:47:28 +05:30
bruno-common feat(#1460): use new interpolation lib in app, electron, cli 2024-01-29 17:17:24 +05:30
bruno-docs chore: initial commit for bruno docs package 2023-05-19 19:57:58 +05:30
bruno-electron feat(#1003): oauth2 support - resourceOwnerPasswordCredentials, authorization code, client credentials (#1654) 2024-02-26 16:44:38 +05:30
bruno-graphql-docs fix(graphql-docs/build): rollup error thrown during build 2023-09-30 09:49:02 +05:30
bruno-js feat(#947): set up ajv-formats in script and test runtimes 2024-02-18 14:22:46 +01:00
bruno-lang feat(#1003): oauth2 support - resourceOwnerPasswordCredentials, authorization code, client credentials (#1654) 2024-02-26 16:44:38 +05:30
bruno-query Add license information to modules. 2023-09-25 20:57:51 -05:00
bruno-schema feat(#1003): oauth2 support - resourceOwnerPasswordCredentials, authorization code, client credentials (#1654) 2024-02-26 16:44:38 +05:30
bruno-tests feat(#1003): oauth2 support - resourceOwnerPasswordCredentials, authorization code, client credentials (#1654) 2024-02-26 16:44:38 +05:30
bruno-toml feat(#1303): toml parser for scripts and tests 2023-12-31 02:52:41 +05:30