Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Auto Generated Mutations don't include scalar type Lists #121

Closed
metarama opened this issue Oct 7, 2018 · 4 comments
Closed

Auto Generated Mutations don't include scalar type Lists #121

metarama opened this issue Oct 7, 2018 · 4 comments

Comments

@metarama
Copy link

metarama commented Oct 7, 2018

type Person {
name: String
emails: [String]
}
auto generates mutation:

CreatePerson(name: String)

instead of:

CreatePerson(name: String, emails: [String])

This is similar to #109.

@johnymontana
Copy link
Contributor

Very similar to #74

@wimklerkx
Copy link

+1
I'm also running into this issue. Is there a solution on the horizon yet?

@smkhalsa
Copy link
Contributor

smkhalsa commented Dec 1, 2018

@johnymontana will this make it into the next sprint?

@johnymontana
Copy link
Contributor

This has been fixed, as demonstrated in the schema augmentation tests and the Cypher generation tests

But please re-open if you continue to see this problem.

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

No branches or pull requests

4 participants