Class: GraphqlMigrateExecution::UnsupportedExtra

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

Overview

These use a field ‘extra` which isn’t supported. Remove this configuration and refactor the field, then try migrating again.

(Currently, only ‘:ast_node` and `:lookahead` are currently supported. Please open an issue on GraphQL-Ruby if this is a problem for you.)

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