Commit f3c72ba0 authored by Dylan Griffith's avatar Dylan Griffith

Merge branch 'use_snake_case_for_field_names_233545' into 'master'

Field and argument names should be underscored

See merge request gitlab-org/gitlab!38740
parents 3c82d41b f4d688e6
...@@ -6,7 +6,7 @@ module EE ...@@ -6,7 +6,7 @@ module EE
extend ActiveSupport::Concern extend ActiveSupport::Concern
prepended do prepended do
field :securityScanners, ::Types::SecurityScanners, null: true, field :security_scanners, ::Types::SecurityScanners, null: true,
description: 'Information about security analyzers used in the project', description: 'Information about security analyzers used in the project',
resolve: -> (project, _args, ctx) do resolve: -> (project, _args, ctx) do
project 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