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

Fix SDL generation for interfaces #979

Merged

Conversation

emeryotopalik
Copy link
Contributor

Fixing #977

Per the issue, the SDL renderer was generating:

interface Interface { ... }
type ImplementingType  { ... }

instead of:

interface Interface { ... }
type ImplementingType implements Interface { ... }

@binaryseed
Copy link
Contributor

Hmm, CI seems broken :(

@binaryseed binaryseed merged commit 8dc9545 into absinthe-graphql:master Oct 30, 2020
@zachdaniel
Copy link

If at all possible, a release with this issue resolved would be a huge help to a project on my end. Thanks for your hard work!

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

Successfully merging this pull request may close these issues.

None yet

5 participants