Skip to content

Commit da129c3

Browse files
committed
fix lint
1 parent 7d0ece7 commit da129c3

File tree

1 file changed

+22
-28
lines changed

1 file changed

+22
-28
lines changed

src/pages/blog/2025-09-08-september-edition.md

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,34 @@ Since its initial release 10 years ago, GraphQL has grown into a critical layer
1515
\
1616
**Expressiveness for API consumers**: Developers use GraphQL because it’s intuitive, flexible, and powerful. This edition makes the language even more productive and expressive, particularly for AI-first applications.
1717

18-
1918
## **Why It Matters**
2019

21-
Several updates in this edition make GraphQL an even better foundation for AI assistants, codegen tools, and autonomous agents:
22-
23-
24-
25-
* Descriptions on executable documents give LLMs richer context for intent understanding and safer refactoring.
26-
* Schema Coordinates provide a precise, both human- and machine-readable way to reference fields and types, improving traceability, evals, and automated PR feedback.
27-
* OneOf input objects simplify schema entrypoints whilst maintaining type safety by expressing mutually exclusive inputs directly in the schema. This is particularly helpful for prompt and form generation.
28-
* The clarified execution/error terminology and request `extensions` make responses more predictable for deterministic parsers and toolchains.
20+
Several updates in this edition make GraphQL an even better foundation for AI assistants, codegen tools, and autonomous agents:
2921

22+
- Descriptions on executable documents give LLMs richer context for intent understanding and safer refactoring.
23+
- Schema Coordinates provide a precise, both human- and machine-readable way to reference fields and types, improving traceability, evals, and automated PR feedback.
24+
- OneOf input objects simplify schema entrypoints whilst maintaining type safety by expressing mutually exclusive inputs directly in the schema. This is particularly helpful for prompt and form generation.
25+
- The clarified execution/error terminology and request `extensions` make responses more predictable for deterministic parsers and toolchains.
3026

3127
## **Notable Updates**
3228

33-
34-
35-
* **OneOf Input Objects (a.k.a. input unions)** \
36-
A long-requested feature! This unlocks more natural ways to model mutually exclusive inputs, leading to tidier schemas and unlocking use-cases that couldn’t be safely expressed previously - check out the [blog post](https://graphql.org/blog/2025-09-04-multioption-inputs-with-oneof/).[ RFC #825 \
37-
](https://github.com/graphql/graphql-spec/pull/825)
38-
* **Schema Coordinates** \
39-
A standardized way to refer to parts of a schema, paving the way for better tooling, error reporting, and developer experience.[ RFC #794 \
40-
](https://github.com/graphql/graphql-spec/pull/794)
41-
* **Descriptions on Documents** \
42-
Improved support for documenting queries and operations — helpful for humans and increasingly relevant for AI-powered tools.[ RFC #1170 \
43-
](https://github.com/graphql/graphql-spec/pull/1170)
44-
* **Expanded Deprecation Support** \
45-
Deprecation is now more broadly supported across schema elements, making it easier to evolve APIs without breaking clients. [RFCs [#805](https://github.com/graphql/graphql-spec/pull/805), [#1040](https://github.com/graphql/graphql-spec/pull/1040), [#1053](https://github.com/graphql/graphql-spec/pull/1053), [#1142](https://github.com/graphql/graphql-spec/pull/1142)]
46-
47-
* **Full Unicode Support** \
48-
**The language grammar now supports the entire Unicode range, improving internationalization and accessibility.[ RFC #849 \
49-
](https://github.com/graphql/graphql-spec/pull/849)
50-
* **Editorial Improvements** \
51-
The spec is clearer, more consistent, and easier to contribute to. Ambiguities have been reduced, and the style guide has been modernized.
29+
- **OneOf Input Objects (a.k.a. input unions)** \
30+
A long-requested feature! This unlocks more natural ways to model mutually exclusive inputs, leading to tidier schemas and unlocking use-cases that couldn’t be safely expressed previously - check out the [blog post](https://graphql.org/blog/2025-09-04-multioption-inputs-with-oneof/).[ RFC #825 \
31+
](https://github.com/graphql/graphql-spec/pull/825)
32+
- **Schema Coordinates** \
33+
A standardized way to refer to parts of a schema, paving the way for better tooling, error reporting, and developer experience.[ RFC #794 \
34+
](https://github.com/graphql/graphql-spec/pull/794)
35+
- **Descriptions on Documents** \
36+
Improved support for documenting queries and operations — helpful for humans and increasingly relevant for AI-powered tools.[ RFC #1170 \
37+
](https://github.com/graphql/graphql-spec/pull/1170)
38+
- **Expanded Deprecation Support** \
39+
Deprecation is now more broadly supported across schema elements, making it easier to evolve APIs without breaking clients. [RFCs [#805](https://github.com/graphql/graphql-spec/pull/805), [#1040](https://github.com/graphql/graphql-spec/pull/1040), [#1053](https://github.com/graphql/graphql-spec/pull/1053), [#1142](https://github.com/graphql/graphql-spec/pull/1142)]
40+
41+
- **Full Unicode Support** \
42+
\*\*The language grammar now supports the entire Unicode range, improving internationalization and accessibility.[ RFC #849 \
43+
](https://github.com/graphql/graphql-spec/pull/849)
44+
- **Editorial Improvements** \
45+
The spec is clearer, more consistent, and easier to contribute to. Ambiguities have been reduced, and the style guide has been modernized.
5246

5347
## **Thank you, contributors!**
5448

0 commit comments

Comments
 (0)