Skip to content
Snippets Groups Projects
Commit 47b30384 authored by gfyoung's avatar gfyoung
Browse files

Enable frozen string in app/graphql + app/finders

Partially addresses #47424.
parent e91dc8f4
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
# frozen_string_literal: true
module Types
module Ci
class PipelineType < BaseObject
Loading
Loading
# frozen_string_literal: true
module Types
class MergeRequestType < BaseObject
expose_permissions Types::PermissionTypes::MergeRequest
Loading
Loading
# frozen_string_literal: true
module Types
module PermissionTypes
class BasePermissionType < BaseObject
Loading
Loading
# frozen_string_literal: true
module Types
module PermissionTypes
module Ci
Loading
Loading
# frozen_string_literal: true
module Types
module PermissionTypes
class MergeRequest < BasePermissionType
Loading
Loading
# frozen_string_literal: true
module Types
module PermissionTypes
class Project < BasePermissionType
Loading
Loading
# frozen_string_literal: true
module Types
class ProjectType < BaseObject
expose_permissions Types::PermissionTypes::Project
Loading
Loading
# frozen_string_literal: true
module Types
class QueryType < BaseObject
graphql_name 'Query'
Loading
Loading
# frozen_string_literal: true
module Types
class TimeType < BaseScalar
graphql_name 'Time'
Loading
Loading
---
title: Enable frozen string in app/graphql + app/finders
merge_request:
author: gfyoung
type: performance
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment