In GraphQL Code First Approach I am trying to pass the same argumment for createUser in createManyUser but I want to pass it as an array to create many users at once. I searched a lot but couldn’t find it in GraphQL Code First Approach. The Code Answer You can’t just put the args options in an array, to tell