rsnext/examples/with-grafbase/gql
Michael Novotny 55b29fb351
Updates prettier to latest version. (#51000)
There are some incoming docs / MDX changes where prettier will throw an error when using the older version. Updating prettier before I bring in those changes.

Looks like the most notable change is adding parentheses around `typeof` checks in TypeScript. 

**Before**

```
export type Locale = typeof i18n['locales'][number]
```

**After**

```
export type Locale = (typeof i18n)['locales'][number]
```
2023-06-09 14:58:19 +00:00
..
fragment-masking.ts feat(examples): with-grafbase (#42898) 2022-11-15 19:18:31 +01:00
gql.ts Updates prettier to latest version. (#51000) 2023-06-09 14:58:19 +00:00
graphql.ts feat(examples): with-grafbase (#42898) 2022-11-15 19:18:31 +01:00
index.ts feat(examples): with-grafbase (#42898) 2022-11-15 19:18:31 +01:00