Skip to content

extend input fails to extend #353

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

Closed
jek-sfdo opened this issue Jan 16, 2020 · 1 comment · Fixed by #398
Closed

extend input fails to extend #353

jek-sfdo opened this issue Jan 16, 2020 · 1 comment · Fixed by #398
Labels
Milestone

Comments

@jek-sfdo
Copy link

Given this schema, the second definition overwrites the first rather than extending it.

input InputType {
  fieldA: String
}

extend input InputType {
  fieldB: String
}
@vojtapol vojtapol added the bug label Feb 4, 2020
@cbustori
Copy link

cbustori commented May 2, 2020

I face the same problem, still no fix for this ?

@vojtapol vojtapol added this to the 6.1.0 milestone May 5, 2020
@lburja lburja mentioned this issue May 6, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants