mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
22 lines
718 B
PHP
22 lines
718 B
PHP
<?php
|
|||
|
|
|
||
|
|
/**
|
||
|
|
* @property string $graphql_single_name
|
||
|
|
* @property string $graphql_plural_name
|
||
|
|
* @property bool $show_in_graphql
|
||
|
|
* @property 'interface'|'object'|'union' $graphql_kind
|
||
|
|
* @property ?callable $graphql_resolve_type
|
||
|
|
* @property array $graphql_connections
|
||
|
|
* @property string[] $graphql_exclude_connections
|
||
|
|
* @property string[] $graphql_interfaces
|
||
|
|
* @property string[] $graphql_exclude_interfaces
|
||
|
|
* @property string[] $graphql_union_types
|
||
|
|
* @property bool $graphql_register_root_field
|
||
|
|
* @property bool $graphql_register_root_connection
|
||
|
|
* @property string[] $graphql_exclude_mutations
|
||
|
|
* @property array $graphql_fields
|
||
|
|
* @property string[] $graphql_exclude_fields
|
||
|
|
*/
|
||
|
|
final class WP_Taxonomy {
|
||
|
|
}
|