graphql-wp
graphql-wp copied to clipboard
GraphQL endpoint for WordPress
@tim-field 🎵 Our new secret garden!
Please consider following a coding standard. - PSR-12 - WPCS - [Neutron](https://github.com/Automattic/phpcs-neutron-ruleset) - anything! or my useful frankenstein: https://github.com/szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset#readme
```bash composer require --dev "szepeviktor/phpstan-wordpress:^0.6.2" php-stubs/woocommerce-stubs vendor/bin/phpstan analyze -l 4 ``` `phpstan.neon.dist` ```yaml includes: - vendor/szepeviktor/phpstan-wordpress/extension.neon parameters: level: max inferPrivatePropertyTypeFromConstructor: true paths: - src/ scanFiles: - vendor/php-stubs/woocommerce-stubs/woocommerce-stubs.php ignoreErrors: # Uses...