gitlab-org--gitlab-foss/spec/graphql/types
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
..
ci Add merge request popover with details 2019-03-21 10:24:18 -04:00
notes Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
permission_types Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
tree Add LFS blob ID to GraphQL blob type 2019-06-10 09:05:44 +01:00
base_field_spec.rb Use :complexity_multiplier only with connections 2019-06-05 10:17:54 -05:00
group_type_spec.rb Basic GraphQL for a group 2019-04-23 11:16:05 -05:00
issuable_state_enum_spec.rb Add GraphQL filters for issuables (state, labels, time fields) 2019-02-21 09:40:49 +01:00
issue_state_enum_spec.rb Add GraphQL filters for issuables (state, labels, time fields) 2019-02-21 09:40:49 +01:00
issue_type_spec.rb Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
merge_request_state_enum_spec.rb Add GraphQL filters for issuables (state, labels, time fields) 2019-02-21 09:40:49 +01:00
merge_request_type_spec.rb Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
metadata_type_spec.rb Add metadata about the GitLab server to GraphQL 2019-03-05 15:00:32 +00:00
milestone_type_spec.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00
mutation_type_spec.rb Add mutation toggling WIP state of merge requests 2018-07-25 18:37:12 +02:00
namespace_type_spec.rb Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
project_statistics_type_spec.rb Expose wiki_size on GraphQL API 2019-06-04 12:11:41 +00:00
project_type_spec.rb Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
query_type_spec.rb Add Namespace and ProjectStatistics to GraphQL API 2019-06-03 12:01:32 +02:00
repository_type_spec.rb Added repository files to GraphQL API 2019-05-22 12:43:35 +01:00
time_type_spec.rb
user_type_spec.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00