📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 15:21:33
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
woocommerce
/
src
/
Internal
/
Api
/
Autogenerated
✏️
Editing: GraphQLController.php
<?php declare(strict_types=1); // THIS FILE IS AUTO-GENERATED. DO NOT EDIT MANUALLY. namespace Automattic\WooCommerce\Internal\Api\Autogenerated; use Automattic\WooCommerce\Internal\Api\Schema\Schema; class GraphQLController extends \Automattic\WooCommerce\Internal\Api\GraphQLController { protected function build_schema(): Schema { return new Schema( array( 'query' => RootQueryType::get(), 'mutation' => RootMutationType::get(), 'types' => TypeRegistry::get_interface_implementors(), ) ); } }
💾 Save Changes
❌ Cancel