gitlab-org--gitlab-foss/spec/requests/api/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
..
mutations GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00
namespace Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
project Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2019-07-03 11:55:56 +02:00
tasks Add task count and completed count to graphql types 2019-06-15 06:56:28 +02:00
gitlab_schema_spec.rb Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
group_query_spec.rb Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
metadata_query_spec.rb Add metadata about the GitLab server to GraphQL 2019-03-05 15:00:32 +00:00
multiplexed_queries_spec.rb Enables GraphQL batch requests 2019-05-28 10:22:02 +02:00
project_query_spec.rb