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

Descriptions using attributes

peldax opened this issue · comments

Add ability to set descriptions using attributes. This mechanism should work for Types (currently set using constant) and EnumItems (currently set using docblock). Old mechanisms remain supported, but with lower priority.