simpod/phpstan-graphql

This package is abandoned and no longer maintained. No replacement package was suggested.

PHPStan GraphQL extension

Installs: 4 971

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 1

Type:phpstan-extension

dev-master 2019-12-03 22:45 UTC

This package is auto-updated.

Last update: 2020-10-02 08:04:34 UTC


README

Build Status Latest Stable Version License

This extension provides the following features:

  • ResolveInfo::getFieldSelection($depth) return type is interpreted based on passed $depth value.

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