jcward / haxe-graphql

Utilities for working with Haxe and GraphQL.
MIT License
23 stars 6 forks source link

Field's "array-ness" lost down within a TAnon #27

Closed jcward closed 6 years ago

jcward commented 6 years ago

As seen here, related_films is an array/list type, but down inside OP_GetFilmsByDirector_InnerResult, we see related_films missing the Array<> wrapper (though it did get optionality correct, fixed in 3822bb78). Fix should be very similar.

image

jcward commented 6 years ago

Fixed in 2978dc20