-
- Downloads
Merge branch 'custom-emoji-delete-gql-api' into 'master'
Custom emoji delete gql api See merge request gitlab-org/gitlab!65387
No related branches found
No related tags found
Showing
- app/graphql/mutations/custom_emoji/destroy.rb 36 additions, 0 deletionsapp/graphql/mutations/custom_emoji/destroy.rb
- app/graphql/types/mutation_type.rb 1 addition, 0 deletionsapp/graphql/types/mutation_type.rb
- app/graphql/types/permission_types/custom_emoji.rb 1 addition, 1 deletionapp/graphql/types/permission_types/custom_emoji.rb
- app/policies/custom_emoji_policy.rb 10 additions, 0 deletionsapp/policies/custom_emoji_policy.rb
- app/policies/group_policy.rb 4 additions, 0 deletionsapp/policies/group_policy.rb
- doc/api/graphql/reference/index.md 21 additions, 0 deletionsdoc/api/graphql/reference/index.md
- spec/graphql/mutations/custom_emoji/destroy_spec.rb 79 additions, 0 deletionsspec/graphql/mutations/custom_emoji/destroy_spec.rb
- spec/policies/custom_emoji_policy_spec.rb 73 additions, 0 deletionsspec/policies/custom_emoji_policy_spec.rb
- spec/requests/api/graphql/mutations/custom_emoji/destroy_spec.rb 73 additions, 0 deletions...quests/api/graphql/mutations/custom_emoji/destroy_spec.rb
spec/policies/custom_emoji_policy_spec.rb
0 → 100644
Please register or sign in to comment