Class: ShopifyAPIRetry::GraphQL

Inherits:
Request
  • Object
show all
Defined in:
lib/shopify_api_retry.rb

Constant Summary collapse

CONVERSION_WARNING =
"#{name}.retry: skipping retry, cannot convert GraphQL response to a Hash: %s. " \
"To retry requests your block's return value must be a Hash or something that can be converted via #to_h"

Method Summary

Methods inherited from Request

#initialize, retry, #retry

Constructor Details

This class inherits a constructor from ShopifyAPIRetry::Request