File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ You can find more discussions on the [#website channel on the GraphQL Slack](htt
19
19
20
20
- a complete and understandable description of the data in your API,
21
21
- support for powerful developer tooling, and
22
- - precise querying, which offers several benefits:
23
- - clients request only the data they need, improving efficiency;
24
- - new fields and features can be added without impacting existing clients; and
25
- - field-level usage can be tracked and monitored for insights and optimization.
22
+ - precise querying, which offers several benefits:
23
+ - clients request only the data they need, improving efficiency;
24
+ - new fields and features can be added without impacting existing clients; and
25
+ - field-level usage can be tracked and monitored for insights and optimization.
26
26
27
27
The [ GraphQL Specification] ( https://spec.graphql.org/ ) is open source and governed by the [ GraphQL Foundation] ( https://foundation.graphql.org/ ) .
28
28
You can’t perform that action at this time.
0 commit comments