gitlab-org--gitlab-foss/app/graphql/mutations
Luke Duncalfe 4b9b2a43d0 GraphQL mutations for add, remove and toggle emoji
Adding new `AddAwardEmoji`, `RemoveAwardEmoji` and `ToggleAwardEmoji`
GraphQL mutations.

Adding new `#authorized_find_with_pre_checks!` and (unused, but for
completeness `#authorized_find_with_post_checks!`) authorization
methods. These allow us to perform an authorized find, and run our own
additional checks before or after the authorization runs.

https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
2019-06-28 12:03:33 +12:00
..
award_emojis GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00
concerns/mutations Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
merge_requests Fix incorrect instances of `GraphQL::ID_TYPE` 2019-06-03 21:59:33 +02:00
base_mutation.rb GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00