Skip to content
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

Delete src/pages/graphql-js directory #1945

Open
wants to merge 5 commits into
base: source
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/code/language-support/javascript/server/graphql-js.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: GraphQL.js
description: The reference implementation of the GraphQL specification, designed for running GraphQL in a Node.js environment.
url: /graphql-js/
url: https://www.graphql-js.org/
github: graphql/graphql-js
npm: "graphql"
---
Expand Down
8 changes: 7 additions & 1 deletion src/pages/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ export default {
},
"graphql-js": {
type: "page",
title: "GraphQL.JS Tutorial",
title: (
<span className="after:font-sans after:content-['_↗']">
GraphQL.JS Tutorial
</span>
),
href: "https://www.graphql-js.org/docs/getting-started/",
newWindow: true,
},
}
2 changes: 1 addition & 1 deletion src/pages/faq/best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can implement authentication with common patterns, such as [OAuth](https://o

Some [GraphQL libraries](/code/#language-support) include a specific protocol for authentication as well. Although if you’re working with a pipeline model, we recommend that [GraphQL be placed after all authentication middleware](/learn/serving-over-http/#web-request-pipeline).

If you’re using [GraphQL.js](/graphql-js/) to build your API server, we have documentation on [handling authentication with Express middleware](/graphql-js/authentication-and-express-middleware/).
If you’re using [GraphQL.js](https://www.graphql-js.org/) to build your API server, we have documentation on [handling authentication with Express middleware](https://www.graphql-js.org/docs/authentication-and-express-middleware/).

## Is GraphQL the right fit for designing a microservice architecture?

Expand Down
2 changes: 1 addition & 1 deletion src/pages/faq/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Before you start your learning journey, make sure you know [what an API is](http

No, not at all. [GraphQL is a specification](https://spec.graphql.org/) that can be [implemented in any language](/learn/schema/#type-language). Our [Code page](/code/) contains a long list of libraries in many different programming languages to help with that.

It’s understandable why you’d think this, though. GraphQL was introduced at a [React conference](https://www.youtube.com/watch?v=9sc8Pyc51uU) and [GraphQL.js](/graphql-js/) is one of the most widely used implementations to date. We know this can be confusing, so we’re working to improve our documentation and add more code samples that aren’t written in JavaScript.
It’s understandable why you’d think this, though. GraphQL was introduced at a [React conference](https://www.youtube.com/watch?v=9sc8Pyc51uU) and [GraphQL.js](https://www.graphql-js.org/) is one of the most widely used implementations to date. We know this can be confusing, so we’re working to improve our documentation and add more code samples that aren’t written in JavaScript.
31 changes: 0 additions & 31 deletions src/pages/graphql-js/_meta.ts

This file was deleted.

54 changes: 0 additions & 54 deletions src/pages/graphql-js/authentication-and-express-middleware.mdx

This file was deleted.

56 changes: 0 additions & 56 deletions src/pages/graphql-js/basic-types.mdx

This file was deleted.

117 changes: 0 additions & 117 deletions src/pages/graphql-js/constructing-types.mdx

This file was deleted.

Loading