Robert Lyons
Robert Lyons
Modify how we pass arguments to `graphql` to convert schema to json. Change from legacy positional arguments to an object (which is required in `graphql` v16+).
A tweak to add newlines around descriptions when rendering unions so the markdown is properly recognized downstream by markdown processors. Fixes #71
I've got two virtually identical scripts that I'm running on a remote server, both of which succeed and complete on the remote server, but one of which hangs (that is,...