Kamil Jakrzewski

Results 2 issues of Kamil Jakrzewski

Early return for null values - avoids running them through a decoder if provided to ensure decoders receive only non-null fields. Fixes #329

Hello First of all, awesome library, many thanks for this! The graphql API we're using can return `null` for fields that are nullable. This, coupled with implementing a Scalar's decoder,...