Sha256: a1bbbf24a9e184478a0dbf156fa2c349ec6e27da0b0b2b4181f85730df8d0462
Contents?: true
Size: 470 Bytes
Versions: 120
Compression:
Stored size: 470 Bytes
Contents
# frozen_string_literal: true <% module_namespacing_when_supported do -%> module Types class <%= ruby_class_name %> < Types::BaseScalar def self.coerce_input(input_value, context) # Override this to prepare a client-provided GraphQL value for your Ruby code input_value end def self.coerce_result(ruby_value, context) # Override this to serialize a Ruby value for the GraphQL response ruby_value.to_s end end end <% end -%>
Version data entries
120 entries across 120 versions & 1 rubygems