PATH:
home
/
thebhoeo
/
public_html
/
lazysleep
/
wp-content
/
plugins
/
woocommerce
/
src
/
Internal
/
Api
/
Autogenerated
<?php declare(strict_types=1); // THIS FILE IS AUTO-GENERATED. DO NOT EDIT MANUALLY. namespace Automattic\WooCommerce\Internal\Api\Autogenerated; use Automattic\WooCommerce\Api\Infrastructure\Schema\Schema; class GraphQLController extends \Automattic\WooCommerce\Api\Infrastructure\GraphQLControllerBase { protected function build_schema(): Schema { return new Schema( array( 'query' => RootQueryType::get(), 'mutation' => RootMutationType::get(), 'types' => TypeRegistry::get_interface_implementors(), ) ); } protected function get_class_resolver_fqcn(): ?string { return \Automattic\WooCommerce\Api\Infrastructure\ClassResolver::class; } protected function get_principal_resolver_fqcn(): ?string { return \Automattic\WooCommerce\Api\Infrastructure\PrincipalResolver::class; } protected function principal_resolver_takes_request(): bool { return false; } }
[-] RootQueryType.php
[edit]
[-] api_generation_date.txt
[edit]
[+]
GraphQLQueries
[-] GraphQLController.php
[edit]
[-] TypeRegistry.php
[edit]
[+]
GraphQLTypes
[+]
..
[+]
GraphQLMutations
[-] RootMutationType.php
[edit]
[-] api_source_hash.txt
[edit]