Migrate graphql schema to new comments type
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.