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

FieldSet merging - optional parameters

peldax opened this issue · comments

When type implements an interface and adds some additonal parameters to a field, FieldMerging currently always returns false, because the argument sets cannot be equal.