chore: enable freeze string literals by comment
This commit is contained in:
parent
edeb9a46ec
commit
77fb0553fc
2262 changed files with 4520 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class API::V2::Context < GraphQL::Query::Context
|
||||
# This method is used to check if a given fragment is used in the given query. We need that in
|
||||
# order to maintain backward compatibility for Types de Champ that we extended in later iterations
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class API::V2::Schema < GraphQL::Schema
|
||||
default_max_page_size 100
|
||||
default_page_size 100
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class API::V2::StoredQuery
|
||||
def self.get(query_id)
|
||||
case query_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue