Skip to content

Explicit handling of external documentation references

Alex Kalderimis requested to merge ajk-graphql-docs-see-doc-ref into master

In order to have different formatting of external documentation references in our generated GraphQL documentation and in other clients (such as GraphIQL), this MR treats documentation references as a separate first-class argument to fields.

This allows us to capture the information, and render it differently in different environments.

Edited by Alex Kalderimis

Merge request reports