Commit 10601fb5 authored by Kev's avatar Kev

Fix GraphQL/ArgumentName offense

Changelog: other
parent 5e2a6116
---
GraphQL/ArgumentName:
Exclude:
- ee/app/graphql/mutations/audit_events/external_audit_event_destinations/update.rb
......@@ -12,7 +12,7 @@ module Mutations
required: true,
description: 'ID of external audit event destination to destroy.'
argument :destinationUrl, GraphQL::Types::String,
argument :destination_url, GraphQL::Types::String,
required: false,
description: 'Destination URL to change.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment