gitlab-org--gitlab-foss/spec/graphql/types
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
..
award_emojis GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00
ci
notes GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00
permission_types
tree Added commit type to tree GraphQL type 2019-06-28 08:30:29 +01:00
base_field_spec.rb Address reviewer comments 2019-07-05 10:18:50 +12:00
commit_type_spec.rb Added commit type to tree GraphQL type 2019-06-28 08:30:29 +01:00
diff_refs_type_spec.rb Expose diff_refs on MergeRequestType 2019-07-10 12:13:48 +12:00
group_type_spec.rb
issuable_state_enum_spec.rb
issue_state_enum_spec.rb
issue_type_spec.rb
label_type_spec.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
merge_request_state_enum_spec.rb
merge_request_type_spec.rb Expose diff_refs on MergeRequestType 2019-07-10 12:13:48 +12:00
metadata_type_spec.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
milestone_type_spec.rb
mutation_type_spec.rb
namespace_type_spec.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
project_statistics_type_spec.rb
project_type_spec.rb
query_type_spec.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
repository_type_spec.rb
time_type_spec.rb
user_type_spec.rb