Class: ElasticGraph::SchemaArtifacts::RuntimeMetadata::ScalarCoercionAdapterInterface
- Inherits:
-
Object
- Object
- ElasticGraph::SchemaArtifacts::RuntimeMetadata::ScalarCoercionAdapterInterface
- Defined in:
- lib/elastic_graph/schema_artifacts/runtime_metadata/scalar_type.rb
Class Method Summary collapse
Class Method Details
.coerce_input(value, ctx) ⇒ Object
81 82 |
# File 'lib/elastic_graph/schema_artifacts/runtime_metadata/scalar_type.rb', line 81 def self.coerce_input(value, ctx) end |
.coerce_result(value, ctx) ⇒ Object
84 85 |
# File 'lib/elastic_graph/schema_artifacts/runtime_metadata/scalar_type.rb', line 84 def self.coerce_result(value, ctx) end |