Closed
Description
We need to do three things:
- Add a
description
field to all our intermediate types (GqlObject
,GqlObjectField
,GqlUnion
...) - Put the description there when building from a schema (both graphql schema language and json version)
- Output the description in doc attributes in the generated rust code