You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (Jira)" <ji...@apache.org> on 2020/05/28 12:31:00 UTC

[jira] [Created] (SLING-9479) GraphQL fetcher comments convert to headings in GraphiQL docs

Bertrand Delacretaz created SLING-9479:
------------------------------------------

             Summary: GraphQL fetcher comments convert to headings in GraphiQL docs
                 Key: SLING-9479
                 URL: https://issues.apache.org/jira/browse/SLING-9479
             Project: Sling
          Issue Type: Bug
          Components: GraphQL
            Reporter: Bertrand Delacretaz
            Assignee: Bertrand Delacretaz


The GraphQL core currently uses comments like this to map fields to DataFetchers:

{code}
## fetch:samples/seeAlso
{code}

A common tool to look at those schemas is GraphiQL, which converts such comments to headings, considering them to be Markdown.

We should switch to a less intrusive marker that converts nicely to Markdown.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)