Description
For documentation purposes, it would be nice if there was a way to add descriptions to queries and mutations so that they appear in GraphQL introspection.
For example, this could be achieved by including a description in the attach-query
/attach-mutation
function call. A preferable way would either be with docstring or metadata on the handler.