matthewmueller / graph.ql

Faster and simpler way to create GraphQL servers
635 stars 34 forks source link

support passing arrays as a parameter #6

Closed matthewmueller closed 8 years ago

matthewmueller commented 8 years ago

need to check if this is valid/supported in graphql-js, but right now this throws:

person(name: String, phone: String, colors: [String]): Person

because colors is an array of strings

matthewmueller commented 8 years ago

fixed in 1.0.1