Escape-Technologies / graphman

Quikly scaffold a postman collection for a GraphQL API. Compatible with Postman & Insomnia.
MIT License
240 stars 12 forks source link

Interfaces are not supported #47

Closed antogyn closed 1 year ago

antogyn commented 1 year ago

Hello, since it's asked in the error message and I didn't find an issue already referencing this - running graphman on my schema returns this error:

error: Uncaught (in promise) Error: Kind INTERFACE for type <TheInterfaceName> is not supported yet. Please open an issue.

Here is an exemple with a public schema:

deno run https://deno.land/x/graphman@v1.1.3/src/cli.ts https://swapi-graphql.netlify.app/.netlify/functions/index
nohehf commented 1 year ago

It's a known limitation, for now, I'll add support for this type as soon as I have some bandwidth to update the repo. Thanks for pointing that out! :)

nohehf commented 1 year ago

Fixed in v1.1.4 :)