Class: GraphQL::Stitching::TypeResolver::LiteralArgumentValue Private

Inherits:
ArgumentValue
  • Object
show all
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

#value

Instance Method Summary collapse

Methods inherited from ArgumentValue

#==, #build, #initialize, #key?, #verify_key

Constructor Details

This class inherits a constructor from GraphQL::Stitching::TypeResolver::ArgumentValue

Instance Method Details

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