Answers for "graphql pass array as argument"

0

graphql pass array as argument

//use type modifers. [] for arrays.
type Query {
	Items(id:[ID]) : [item]
}
Posted by: Guest on February-17-2020

Code answers related to "graphql pass array as argument"

Browse Popular Code Answers by Language