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

Field/Argument inherit description

peldax opened this issue · comments

In cases where interface declares a field with description, there is usually no need to repeat the same description in every implementing type.