Skip to content
Snippets Groups Projects

Extend DastSiteProfile with more config options

All threads resolved!
Compare and Show latest version
4 files
+ 16
13
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -2,7 +2,6 @@
@@ -2,7 +2,6 @@
module Types
module Types
module Dast
module Dast
# rubocop: disable Graphql/AuthorizeTypes
class SiteProfileAuthInputType < BaseInputObject
class SiteProfileAuthInputType < BaseInputObject
graphql_name 'DastSiteProfileAuthInput'
graphql_name 'DastSiteProfileAuthInput'
description 'Input type for DastSiteProfile authentication'
description 'Input type for DastSiteProfile authentication'
Loading