graphpql / graphpinator

:zap::globe_with_meridians::zap: Easy-to-use & Fast GraphQL server implementation for modern PHP. Includes features from latest draft, middleware directives and modules with extra functionality.

Home Page:https://github.com/graphpql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Input type coercion

peldax opened this issue · comments

Currently, Graphpinator automatically places null to all missing input fields, which is not compatible with specs - there is a difference between explicit null and no value at all.