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

Commit9485bd1

Browse files
PoziWorldstubailo
authored andcommitted
Fix a typo: This has lead -> This has led (graphql#543)
1 parent08d412c commit9485bd1

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
@@ -40,7 +40,7 @@ While there's nothing that prevents a GraphQL service from being versioned just
4040

4141
Why do most APIs version? When there's limited control over the data that's returned from an API endpoint,*any change* can be considered a breaking change, and breaking changes require a new version. If adding new features to an API requires a new version, then a tradeoff emerges between releasing often and having many incremental versions versus the understandability and maintainability of the API.
4242

43-
In contrast, GraphQL only returns the data that's explicitly requested, so new capabilities can be added via new types and new fields on those types without creating a breaking change. This haslead to a common practice of always avoiding breaking changes and serving a versionless API.
43+
In contrast, GraphQL only returns the data that's explicitly requested, so new capabilities can be added via new types and new fields on those types without creating a breaking change. This hasled to a common practice of always avoiding breaking changes and serving a versionless API.
4444

4545

4646
###Nullability

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp