gitlab-org--gitlab-foss/spec/graphql
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
..
features Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
mutations Add mutation toggling WIP state of merge requests 2018-07-25 18:37:12 +02:00
resolvers Use :complexity_multiplier only with connections 2019-06-05 10:17:54 -05:00
types Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
gitlab_schema_spec.rb Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00