Sha256: adf4f52f6870e7e715c5c49d609f3a5f8d44f8b1c411a0c2174a2f49e2478a75
Contents?: true
Size: 454 Bytes
Versions: 40
Compression:
Stored size: 454 Bytes
Contents
<% module_namespacing_when_supported do -%> module Types class <%= type_ruby_name.split('::')[-1] %> < 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
40 entries across 40 versions & 2 rubygems