Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfaces are not supported #47

Closed
antogyn opened this issue Nov 21, 2022 · 2 comments
Closed

Interfaces are not supported #47

antogyn opened this issue Nov 21, 2022 · 2 comments
Assignees
Labels
p1 Max priority

Comments

@antogyn
Copy link

antogyn commented Nov 21, 2022

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 nohehf self-assigned this Nov 22, 2022
@nohehf nohehf added the p1 Max priority label Nov 22, 2022
@nohehf
Copy link
Member

nohehf commented Nov 22, 2022

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
Copy link
Member

nohehf commented Nov 27, 2022

Fixed in v1.1.4 :)

@nohehf nohehf closed this as completed Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 Max priority
Projects
None yet
Development

No branches or pull requests

2 participants