simpod / phpstan-graphql
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHPStan GraphQL extension
Package info
github.com/simPod/phpstan-graphql
Type:phpstan-extension
pkg:composer/simpod/phpstan-graphql
dev-master
2019-12-03 22:45 UTC
Requires
- php: ~7.1
- nikic/php-parser: ^4.0
- phpstan/phpdoc-parser: ^0.4
- phpstan/phpstan: ^0.11|^0.12
- webonyx/graphql-php: ^0.13.0
Requires (Dev)
- doctrine/coding-standard: ^5.0
- jakub-onderka/php-parallel-lint: ^1.0
- phing/phing: ^2.16.0
- phpstan/phpstan-phpunit: ^0.10
- phpstan/phpstan-strict-rules: ^0.10
- phpunit/phpunit: ^7.2
This package is auto-updated.
Last update: 2020-10-02 08:04:34 UTC
README
This extension provides the following features:
ResolveInfo::getFieldSelection($depth)return type is interpreted based on passed$depthvalue.
Usage
To use this extension, require it in Composer:
composer require --dev simpod/phpstan-graphql
And include extension.neon in your project's PHPStan config:
includes:
- vendor/simpod/phpstan-graphql/extension.neon