We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c250dd commit 44dee23Copy full SHA for 44dee23
website/pages/_app.tsx
@@ -2,7 +2,6 @@ import type { AppProps } from 'next/app';
2
import { Roboto_Flex, Roboto_Mono } from 'next/font/google';
3
4
import '../css/globals.css';
5
-console.log('hi');
6
7
const robotoFlex = Roboto_Flex({
8
subsets: ['latin'],
website/pages/validation.mdx
@@ -24,8 +24,8 @@ const { validate } = require('graphql/validation'); // CommonJS
24
</li>
25
<li>
26
<a href="#specifiedrules">
27
- `const specifiedRules` A list of standard validation rules described in the
28
- GraphQL specification.
+ `const specifiedRules` A list of standard validation rules described in
+ the GraphQL specification.
29
</a>
30
31
</ul>
0 commit comments