drupal-graphql / graphql

GraphQL integration for Drupal 9/10
286 stars 202 forks source link

Improve type-annotations for currently untyped code #1338

Open Kingdutch opened 1 year ago

Kingdutch commented 1 year ago

PHP 8.1 will allow us to add new types to our classes that weren't available yet in PHP 7.4.

We should use this opportunity of a new major version to improve static type coverage in our code.