GraphQL - Schema Definition Language (SDL)
You want to create a mutation that accepts a list of input objects to add multiple users at once. Which input type definition and mutation argument are correct?
[UserInput!]! meaning list is non-null and items are non-null.$users: [UserInput!]! and passes it as argument.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions