graphql-wp icon indicating copy to clipboard operation
graphql-wp copied to clipboard

GraphQL endpoint for WordPress

Results 3 graphql-wp issues
Sort by recently updated
recently updated
newest added
trafficstars

@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...