graphql-zeus
graphql-zeus copied to clipboard
Don't decode null values
Early return for null values - avoids running them through a decoder if provided to ensure decoders receive only non-null fields.
Fixes #329