Commit f4d688e6 authored by Craig Smith's avatar Craig Smith

Field and argument names should be underscored

parent f53bd910
......@@ -6,7 +6,7 @@ module EE
extend ActiveSupport::Concern
prepended do
field :securityScanners, ::Types::SecurityScanners, null: true,
field :security_scanners, ::Types::SecurityScanners, null: true,
description: 'Information about security analyzers used in the project',
resolve: -> (project, _args, ctx) do
project
......
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