Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite74d407

Browse files
jen729wstubailo
jen729w
authored andcommitted
Fix typo GraphiQL -> GraphQL (graphql#571)
* Update BestPractice-Introduction.mdTypo fix.* GraphiQL is actually a thing! Corrected and linked
1 parent98330e5 commite74d407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/learn/BestPractice-Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Following are brief descriptions of some of the more common best practices and o
1616

1717
###HTTP
1818

19-
GraphQL is typically served over HTTP via a single endpoint which expresses the full set of capabilities of the service. This is in contrast to REST APIs which expose a suite of URLs each of which expose a single resource. While GraphQL could be used alongside a suite of resource URLs, this can make it harder to use with tools like GraphiQL.
19+
GraphQL is typically served over HTTP via a single endpoint which expresses the full set of capabilities of the service. This is in contrast to REST APIs which expose a suite of URLs each of which expose a single resource. While GraphQL could be used alongside a suite of resource URLs, this can make it harder to use with tools like[GraphiQL](https://github.com/graphql/graphiql).
2020

2121
Read more about this in[Serving over HTTP](/learn/serving-over-http/).
2222

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp