graphql icon indicating copy to clipboard operation
graphql copied to clipboard

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

Open chris-ramon opened this issue 8 months ago • 1 comments

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:

  • https://github.com/chris-ramon/thesis-graphql-go/pull/19
  • https://github.com/chris-ramon/thesis-graphql-go/blob/1cda7f28af901d94d8d77fc0b2050493ed85aa9d/README.md#components

chris-ramon avatar Jun 03 '25 17:06 chris-ramon

If you would like me to solve this issue, either tag me in a comment or check this box:

  • [ ] Solve Issue

You can disable automatic comments on my settings page

mentatbot[bot] avatar Jun 03 '25 17:06 mentatbot[bot]