This is a dotnet tool that takes a single argument that is a relative path to a .graphql schema.
Internally the graphql schema is converted to an introspection json format and compiled into a voyager template.
This file is then written into a new folder called __docs__ in the working...
More information