Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
/ phpstan-graphql Public archive

PHPStan extension for GraphQL PHP (webonyx)

Notifications You must be signed in to change notification settings

simPod/phpstan-graphql

Repository files navigation

PHPStan GraphQL extension

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

About

PHPStan extension for GraphQL PHP (webonyx)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages