graphql-weaver icon indicating copy to clipboard operation
graphql-weaver copied to clipboard

Woven Schemas lose their astNodes

Open nyteshade opened this issue 7 years ago • 2 comments

When building a schema from SDL or any other source, the astNodes are present. The schema that is returned does not seem to have this field specified. Is there any way to preserve this info if it is present already?

nyteshade avatar Feb 23 '18 23:02 nyteshade

Thanks for your bug report! It seems like the astNodes are lost in some places, at least for object types. I'll look into it in the next days.

Yogu avatar Feb 26 '18 17:02 Yogu

Hmm, this seems to happen even with the most basic of schemas. Even if schema A and schema B are incredibly basic, local and neither are linked, the issue will occur.

nyteshade avatar Mar 05 '18 23:03 nyteshade