I have a UnionType in my schema, and when I view the docs via the React App I see: Error: Unsupported type ref kind: UNION
Generating via CLI also fails if the UNION type is present (no error displayed, just doesn't generate)
When I generate the docs via CLI with the union type removed from my Schema, the docs generate fine.
I have a UnionType in my schema, and when I view the docs via the React App I see:
Error: Unsupported type ref kind: UNIONGenerating via CLI also fails if the UNION type is present (no error displayed, just doesn't generate)
When I generate the docs via CLI with the union type removed from my Schema, the docs generate fine.