Skip to content

Linked GraphQL docs output

Alex Kalderimis requested to merge ajk-linked-graphql-docs-with-args into master

What does this MR do?

This is a follow-up to !55901 (merged) which introduces linked GraphQL docs.

This makes the following changes:

  • adds mutations to the output (with fields and arguments)
  • adds arguments for non-top-level fields
  • adds input types to the output
  • links deprecated fields to their replacements
  • adds a connections section to reduce duplication of connection arguments

Fixes #221181 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Alex Kalderimis

Merge request reports