Skip to content

Append `.` to description for GraphQL types derived from GlobalIDType

Peter Leitzen requested to merge pl-graphql-global-id-description-fullpoint into master

What does this MR do?

When we enforced a trailing . in GraphQL descrpitions in the 👮 Graphql/Descriptions back in !46721 (merged) we fixed all offenses which are not auto-correctable and created #292426 (closed) as a follow-up.

When reviewing !36101 (merged) I spotted that we missed to append . for the descriptions of types derived from Types::GlobalIDType.

This MR fixes the offenses and regenerates the corresponding docs and schema.

Contributes to #292426 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by Peter Leitzen

Merge request reports