gitlab-org--gitlab-foss/changelogs/unreleased/bvl-comments-graphql.yml
Bob Van Landuyt b6ff5f1e14 Expose comments on Noteables in GraphQL
This exposes `Note`s on Issues & MergeRequests using a
`Types::Notes::NoteableType` in GraphQL.

Exposing notes on a new type can be done by implementing the
`NoteableType` interface on the type. The presented object should
be a `Noteable`.
2019-06-14 12:36:27 +02:00

5 lines
92 B
YAML

---
title: Expose notes and discussions in GraphQL
merge_request: 29212
author:
type: added