gitlab-org--gitlab-foss/app/graphql/types/notes
Luke Duncalfe 073c8b25ea GraphQL support for Notes created in discussions
A new `discussion_id` argument on the `createNote` mutation allows
people to create a note within that discussion.

The ability to lazy-load Discussions has been added, so
GraphQL.object_from_id can treat Discussions the same as AR objects and
batch load them.

https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
https://gitlab.com/gitlab-org/gitlab-ee/issues/9489
2019-07-10 12:13:48 +12:00
..
diff_image_position_input_type.rb GraphQL mutations for managing Notes 2019-07-10 12:13:47 +12:00
diff_position_base_input_type.rb Expose diff_refs on MergeRequestType 2019-07-10 12:13:48 +12:00
diff_position_input_type.rb GraphQL mutations for managing Notes 2019-07-10 12:13:47 +12:00
diff_position_type.rb Expose diff_refs on MergeRequestType 2019-07-10 12:13:48 +12:00
discussion_type.rb GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00
note_type.rb
noteable_type.rb
position_type_enum.rb