Class: Types::Ci::ManualVariableType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Ci::ManualVariableType
- Defined in:
- app/graphql/types/ci/manual_variable_type.rb
Overview
rubocop: disable Graphql/AuthorizeTypes
Instance Method Summary collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#environment_scope ⇒ Object
20 21 22 |
# File 'app/graphql/types/ci/manual_variable_type.rb', line 20 def environment_scope nil end |