#720·graphql

`{*}`: Add code comments to the `Components` if not present.

Author: chris-ramonCreated Jun 3, 2025Updated Jun 3, 2025

Actual

Currently some of the Components do not have code comments.

Expected

We want to add code comments for better maintainability to the following Components if not present:

- Errors
- Language
  - Source
  - AST
  - Kinds
  - Lexer
  - Location
  - Parser
  - Printer
  - Visitor
- Executor
  - Resolver
- Validator
- Definition
- Directives
- Introspection
- Rules
- Schema

Reference: