Closed
Description
Hi, currently I've parsing a graphQL schema with parse function to AST object. Later I split the schema into different array of object to store into different files, one per type (interface, object type, enums...).
When I print the partial AST object to string again, this function avoid the descriptions attribute.. Then I lost all schema description. There are any solution for that or maybe this will be implement as new feature?
Example:
type Object1{
#description of attribute att1
att1: String
}
When print the AST object I lost descriptions
type Object1{
att1: String
}
Metadata
Metadata
Assignees
Labels
No labels