gitlab-org--gitlab-foss/app/graphql
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
..
functions Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
mutations GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00
resolvers Fix incorrect instances of `GraphQL::ID_TYPE` 2019-06-03 21:59:33 +02:00
types GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00
gitlab_schema.rb GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00