module GraphQL::Argument::DefaultPrepare
@api private
Public Class Methods
call(value, ctx)
click to toggle source
# File lib/graphql/argument.rb, line 17 def self.call(value, ctx); value; end
@api private
# File lib/graphql/argument.rb, line 17 def self.call(value, ctx); value; end