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 implementing interfaces #48

Closed
fotoetienne opened this issue Jan 28, 2023 · 4 comments
Closed

interfaces implementing interfaces #48

fotoetienne opened this issue Jan 28, 2023 · 4 comments

Comments

@fotoetienne
Copy link

In the current release of the GraphQL spec, interfaces can implement interfaces

interface Node {
  id: ID!
}

interface Resource implements Node {
  id: ID!
  url: String
}

This would be great to support in GraphQXL

@gabotechs
Copy link
Owner

Agree, this should be supported in GraphQXL, I will prepare a PR for this soon

@taras
Copy link

taras commented Mar 1, 2023

It looks like it's been implemented. Does the playground have support for this?

@gabotechs
Copy link
Owner

yeah, it should, it was released in the current version v0.39.0, which is still not officially released in brew, but should be available in the playground and in the node wrapper. Was planning on closing this once it is officially released in brew

@gabotechs
Copy link
Owner

Apparently the official homebrew-core repository has a bot that already checks for updates, this functionality was automatically published in homebrew some time ago Homebrew/homebrew-core#122392.

Closing it as it is now public everywhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants