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

Constraint - move validation to normalization

peldax opened this issue · comments

Majority of constraint validation can be moved to normalisation. Only when variables are in use, than it must be delayed until finalization.

Where directives - validation of field parameter can also be done in normalisation.

Resolved as part of #126