Update order of description and status in graphql docs

What does this MR do and why?

For GraphQL endpoints that have a details/status in the reference doc, the details should come first, then the description, but right now it's backwards. For example: https://docs.gitlab.com/api/graphql/reference/#queryabusereport

Our style requires the details to be after the header, otherwise it doesn't render properly. See more examples at https://docs.gitlab.com/development/documentation/styleguide/availability_details/

This MR flips things around so the details section comes first.

References

Screenshots or screen recordings

Before After
Screenshot_2025-07-15_at_20.02.15 Screenshot_2025-07-15_at_20.02.07

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marcel Amirault

Merge request reports

Loading