Release date 2026/04/07
Bugfix
-
Fixed an issue where the plugin failed to parse GraphQL variables with nested array types like
[String]!. The errorattempt to index field 'name' (a nil value)occurred because the type parser did not correctly handle deeply nested type structures such asnonNullType(listType(namedType)).