Garfield
Garfield
While using graphdoc I get the above error when processing a schema. The issue seems to be the use of multiple interfaces on a type. For example; ``` type MyObject...
I have used this project to document API's and it is great..However in my current project we have the below issue we have used this project to create a graphql...
I have extracted a schema from an API. However, graphdoc fails to parse for 3 reasons; 1. there is a "\uFFD" character 2. The schema had multi-line comments i.e. see...
I created a schema using your tool to feed into graphdoc. However, the schema created contained a "\uFFFD" as the first character - which created issues with graphdoc. is this...