gitlab-org--gitlab-foss/spec/graphql
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
..
features Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00
mutations Add mutation toggling WIP state of merge requests 2018-07-25 18:37:12 +02:00
resolvers Use :complexity_multiplier only with connections 2019-06-05 10:17:54 -05:00
types GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00
gitlab_schema_spec.rb Expose IDs in GraphQL as a GlobalID 2019-06-03 21:59:25 +02:00