Class: GraphQL::Stitching::TypeResolver::LiteralArgumentValue Private
- Inherits:
-
ArgumentValue
- Object
- ArgumentValue
- GraphQL::Stitching::TypeResolver::LiteralArgumentValue
- Defined in:
- lib/graphql/stitching/type_resolver/arguments.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A primitive input value literal
Instance Attribute Summary
Attributes inherited from ArgumentValue
Instance Method Summary collapse
- #print ⇒ Object private
Methods inherited from ArgumentValue
#==, #build, #initialize, #key?, #verify_key
Constructor Details
This class inherits a constructor from GraphQL::Stitching::TypeResolver::ArgumentValue
Instance Method Details
#print ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
166 167 168 |
# File 'lib/graphql/stitching/type_resolver/arguments.rb', line 166 def print JSON.generate(value) end |