gitlab-org--gitlab-foss/lib/gitlab/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
..
authorize Remove unused authorized_find method 2019-06-26 10:15:14 +12:00
connections Only check abilities on rendered GraphQL nodes 2019-04-18 16:17:29 +02:00
loaders Rename BatchCommitLoader to BatchLfsOidLoader 2019-06-11 16:11:21 +02:00
markdown_field Render GFM html in GraphQL 2019-06-20 08:02:33 +00:00
present
query_analyzers Apply reviewer feedback 2019-05-31 19:57:02 +12:00
representation Add web_url to tree entry in GraphQL API 2019-06-05 08:46:32 +01:00
authorize.rb Only check abilities on rendered GraphQL nodes 2019-04-18 16:17:29 +02:00
connections.rb
copy_field_description.rb GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00
errors.rb GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00
expose_permissions.rb
generic_tracing.rb Add opentracing integration for graphql 2019-05-02 07:01:14 +00:00
markdown_field.rb Render GFM html in GraphQL 2019-06-20 08:02:33 +00:00
mount_mutation.rb
present.rb
variables.rb