for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace nystudio107\seomatic\helpers;
use craft\helpers\Gql as GqlHelper;
/**
* @author nystudio107
* @package Seomatic
* @since 3.3.43
*/
class Gql extends GqlHelper
{
// Public Methods
// =========================================================================
public static function canQuerySeo(): bool
$allowedEntities = self::extractAllowedEntitiesFromSchema();
return isset($allowedEntities['seomatic']);
}