Skip to content

Migrate graphql schema to new comments type

Administrator requested to merge es/migrate-graphql-comments into main

Created by: eseliger

The newer GraphQL standards describe # style comments as "real comments", """ style comments are the new doc strings. Newer versions of graphql tooling don't support the old syntax any longer and don't get any doc strings anymore.

This enables a bunch of goodies for us, including comments in TS graphql plugin comments and generated TS schemas.

Merge request reports

Loading