Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
11 | class PersistedQuerySchemaConfiguratorExecuter extends AbstractLoadingCPTSchemaConfiguratorExecuter |
||
12 | { |
||
13 | protected function getPostType(): string |
||
14 | { |
||
15 | return GraphQLPersistedQueryPostType::POST_TYPE; |
||
16 | } |
||
17 | |||
18 | protected function getSchemaConfigurator(): SchemaConfiguratorInterface |
||
21 | } |
||
22 | } |
||
23 |