gitlab-ce/spec/requests/api/graphql/project
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
..
issue Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
merge_request Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
tree Added repository files to GraphQL API 2019-05-22 12:43:35 +01:00
issues_spec.rb Only check abilities on rendered GraphQL nodes 2019-04-18 16:17:29 +02:00
merge_request_spec.rb Add merge request popover with details 2019-03-21 10:24:18 -04:00
project_statistics_spec.rb Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
repository_spec.rb Added repository files to GraphQL API 2019-05-22 12:43:35 +01:00