Skip to content

Commit ce1b2ae

Browse files
committed
more
1 parent 5c483a2 commit ce1b2ae

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

website/app/graphql-config-info.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { compileMdx, MDXRemote } from "@theguild/components/server";
1+
import { compileMdx, MDXRemote } from '@theguild/components/server'
22

33
export async function GraphqlConfigInfo({ name, configKey = name }) {
44
const rawMdx = `
@@ -13,7 +13,6 @@ export async function GraphqlConfigInfo({ name, configKey = name }) {
1313
> Alternatively, you can pass GraphQL Config options programmatically via
1414
> \`languageOptions.parserOptions.graphQLConfig\` in your \`eslint.config.js\` file.`
1515

16-
const rawJs = await compileMdx(rawMdx)
16+
const rawJs = await compileMdx(rawMdx)
1717

18-
return <MDXRemote compiledSource={rawJs} />
19-
}
18+
return <MDXRemote compiledSource={rawJs} /> }

website/content/docs/usage/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ schema.
8484

8585
> [!TIP]
8686
>
87-
> GraphQL Config uses [`GraphQL Tools`](https://the-guild.dev/graphql/tools) and its loaders under the hood to
88-
> handle the schema loading. GraphQL Config
87+
> GraphQL Config uses [`GraphQL Tools`](https://the-guild.dev/graphql/tools) and its loaders under
88+
> the hood to handle the schema loading. GraphQL Config
8989
> [supports multiple ways to specify your schema](https://the-guild.dev/graphql/config/docs/user/schema),
9090
> including:
9191
>

0 commit comments

Comments
 (0)