Class: GraphqlMigrateExecution::UnsupportedCurrentPath

Inherits:
Strategy
  • Object
show all
Defined in:
lib/graphql_migrate_execution/unsupported_current_path.rb

Overview

These use ‘context` or `context.current_path` which isn’t supported. Refactor these fields then try migrating again.

Open an issue on GraphQL-Ruby’s GitHub repo to discuss further.

Constant Summary

Constants inherited from Strategy

Strategy::METHODS_TO_RENAME

Method Summary

Methods inherited from Strategy

#cleanup, #initialize, #migrate, prefix_if_necessary, #run, strategy_name

Constructor Details

This class inherits a constructor from GraphqlMigrateExecution::Strategy