module GraphQL::Query::LiteralInput::LiteralKindCoercers::ScalarLiteral

def self.coerce(value, type, variables)

def self.coerce(value, type, variables)
  type.coerce_input(value)
end