lib/graphql/query/literal_input.rb in graphql-1.2.6 vs lib/graphql/query/literal_input.rb in graphql-1.3.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module GraphQL
class Query
# Turn query string values into something useful for query execution
class LiteralInput
def self.coerce(type, value, variables)