Skip to content

Linked GraphQL docs output

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

What does this MR do?

This improves our GraphQL documentation by linking mentions of types to their anchors.

In order to do this, we also need to list the scalar types, which includes all the new Global ID types, finally exposing a missing part of the schema.

We now no-longer need the hacky array workaround, which was confusing and did not resemble any other syntax for parameterising arrays.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alex Kalderimis

Merge request reports