Skip to content

ensure code blocks doesn't contains validation errrors / fix hydration errors on some of graphql-js pages #1668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 30, 2024

Conversation

dimaMachina
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Mar 30, 2024

@dimaMachina is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel.

A member of the Team first needs to authorize it.

Comment on lines -16 to +27
```js
createHandler({
schema: GraphQLSchema,
rootValue?: ?any,
context?: ?any,
formatError?: ?Function,
validationRules?: ?Array<any>,
```ts
function createHandler({
schema,
rootValue,
context,
formatError,
validationRules,
}: {
rootValue?: any,
context?: any,
formatError?: Function,
validationRules?: any[],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @enisdenjo 🥳

@dimaMachina dimaMachina marked this pull request as ready for review March 30, 2024 13:04
@dimaMachina dimaMachina changed the title ensure code blocks doesn't contains validation errrors ensure code blocks doesn't contains validation errrors / fix hydration errors on some of graphql-js pages Mar 30, 2024
Copy link

vercel bot commented Mar 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
graphql-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 30, 2024 1:10pm

@Urigo Urigo merged commit fd766cd into graphql:source Mar 30, 2024
@dimaMachina dimaMachina deleted the lint-mdx branch March 30, 2024 13:32
YassinEldeeb pushed a commit to YassinEldeeb/graphql.github.io that referenced this pull request Apr 2, 2024
…n errors on some of `graphql-js` pages (graphql#1668)

* mdx

* aa

* aa

* more

* more

* more

* more

* more

* more

* more

* more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants