Data was last updated on Jun 1, 2026, 05:44 AM UTC from dataset #833286.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| graphql_commerce 2.0.x-dev | Module | 10 | 15000 | ayalon, czigor, dulnan, martinpe, siegrist |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Manually review and fix errors | Based on our detection methods, none of the errors found are covered by automated fixes. However the errors found should individually have documentation links to help understand the changes. Review and fix the issues manually. In case an issue fix is possible to automate, please submit an issue at drupal-rector. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 4 | 11582 | 8307 | Info.yml or composer.json | Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
| 37 | 284 | 11 | Other problem | Call to deprecated method callback() of class Drupal\graphql\GraphQL\ResolverBuilder. Deprecated in graphql:5.0.0 and is removed from graphql:6.0.0. Create a class implementing Drupal\graphql\Plugin\DataProducerPluginInterface and use ResolverBuilder::produce() instead. |
| 1 | 1 | 1 | Other problem | Deprecated in PHP 8.1: Required parameter $field follows optional parameter $adjustmentTypes. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\graphql_commerce_price\Plugin\GraphQL\SchemaExtension\PriceExtension::getBaseDefinition() is not covariant with return type GraphQL\Language\Source|null of method Drupal\graphql\Plugin\GraphQL\SchemaExtension\SdlSchemaExtensionPluginBase::getBaseDefinition(). |
| 2 | 2 | 1 | Parse error | Function commerce_stock_enforcement_get_context not found. |
| 1 | 1 | 1 | Parse error | Function commerce_stock_enforcement_get_ordered_quantity not found. |
| 1 | 1 | 1 | Other problem | Return type mixed of method Drupal\graphql_commerce\Plugin\GraphQL\SchemaExtension\CheckoutExtension::getBaseDefinition() is not covariant with return type GraphQL\Language\Source|null of method Drupal\graphql\Plugin\GraphQL\SchemaExtension\SdlSchemaExtensionPluginBase::getBaseDefinition(). |
| 2 | 2 | 1 | Other problem | Access to an undefined property Drupal\Tests\graphql_commerce\Kernel\SchemaExtension\ProductAttributesExtensionTest::$server. |