You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with the plugin running 1.2.1 - logged into my Craft install today and the CraftQL query plugin has this error:
{ "error": "Could not find possible implementing types for VolumeInterface in schema. Check that schema.types is defined and is an array of all possible types in the schema." }
Opened the Craft Debug panel and this error is in there:
Category: GraphQL\Error\InvariantViolation.
Message: GraphQL\Error\InvariantViolation: Could not find possible implementing types for VolumeInterface in schema.Check that schema.types is defined and is an array of all possible types in the schema.in /var/www/vendor / webonyx / graphql - php / src / Utils / Utils.php: 231 Stack trace: #0 /var/www/vendor / webonyx / graphql - php / src / Type / Schema.php(432): GraphQL\Utils\Utils:: invariant(false, 'Could not find ...') #1 /var/www/vendor / markhuot / craftql / src / Services / GraphQLService.php(126): GraphQL\Type\Schema -> assertValid() #2 /var/www/vendor / markhuot / craftql / src / Controllers / ApiController.php(120): markhuot\CraftQL\Services\GraphQLService -> getSchema(Object(markhuot\CraftQL\Models\Token)) #3[internal function]: markhuot\CraftQL\Controllers\ApiController -> actionIndex() #4 /var/www/vendor / yiisoft / yii2 / base / InlineAction.php(57): call_user_func_array(Array, Array) #5 /var/www/vendor / yiisoft / yii2 / base / Controller.php(157): yii\base\InlineAction -> runWithParams(Array) #6 /var/www/vendor / craftcms / cms / src / web / Controller.php(109): yii\base\Controller -> runAction('index', Array) #7 /var/www/vendor / yiisoft / yii2 / base / Module.php(528): craft\web\Controller -> runAction('index', Array) #8 /var/www/vendor / craftcms / cms / src / web / Application.php(297): yii\base\Module -> runAction('craftql/api/ind...', Array) #9 /var/www/vendor / yiisoft / yii2 / web / Application.php(103): craft\web\Application -> runAction('craftql/api/ind...', Array) #10 /var/www/vendor / craftcms / cms / src / web / Application.php(286): yii\web\Application -> handleRequest(Object(craft\web\Request)) #11 /var/www/vendor / yiisoft / yii2 / base / Application.php(386): craft\web\Application -> handleRequest(Object(craft\web\Request)) #12 /var/www/web / index.php(21): yii\base\Application -> run() #13 { main }
UPDATE:
I wonder if these depreciation warnings have anything to do with this?
The text was updated successfully, but these errors were encountered:
I'm having an issue with the plugin running 1.2.1 - logged into my Craft install today and the CraftQL query plugin has this error:
{ "error": "Could not find possible implementing types for VolumeInterface in schema. Check that schema.types is defined and is an array of all possible types in the schema." }
Opened the Craft Debug panel and this error is in there:
Category: GraphQL\Error\InvariantViolation.
Message:
GraphQL\Error\InvariantViolation: Could not find possible implementing types for VolumeInterface in schema.Check that schema.types is defined and is an array of all possible types in the schema.in /var/www/vendor / webonyx / graphql - php / src / Utils / Utils.php: 231 Stack trace: #0 /var/www/vendor / webonyx / graphql - php / src / Type / Schema.php(432): GraphQL\Utils\Utils:: invariant(false, 'Could not find ...') #1 /var/www/vendor / markhuot / craftql / src / Services / GraphQLService.php(126): GraphQL\Type\Schema -> assertValid() #2 /var/www/vendor / markhuot / craftql / src / Controllers / ApiController.php(120): markhuot\CraftQL\Services\GraphQLService -> getSchema(Object(markhuot\CraftQL\Models\Token)) #3[internal function]: markhuot\CraftQL\Controllers\ApiController -> actionIndex() #4 /var/www/vendor / yiisoft / yii2 / base / InlineAction.php(57): call_user_func_array(Array, Array) #5 /var/www/vendor / yiisoft / yii2 / base / Controller.php(157): yii\base\InlineAction -> runWithParams(Array) #6 /var/www/vendor / craftcms / cms / src / web / Controller.php(109): yii\base\Controller -> runAction('index', Array) #7 /var/www/vendor / yiisoft / yii2 / base / Module.php(528): craft\web\Controller -> runAction('index', Array) #8 /var/www/vendor / craftcms / cms / src / web / Application.php(297): yii\base\Module -> runAction('craftql/api/ind...', Array) #9 /var/www/vendor / yiisoft / yii2 / web / Application.php(103): craft\web\Application -> runAction('craftql/api/ind...', Array) #10 /var/www/vendor / craftcms / cms / src / web / Application.php(286): yii\web\Application -> handleRequest(Object(craft\web\Request)) #11 /var/www/vendor / yiisoft / yii2 / base / Application.php(386): craft\web\Application -> handleRequest(Object(craft\web\Request)) #12 /var/www/web / index.php(21): yii\base\Application -> run() #13 { main }
UPDATE:
I wonder if these depreciation warnings have anything to do with this?
The text was updated successfully, but these errors were encountered: