Which is the correct way to define the input argument and use it in the mutation?
hard📝 Application Q15 of 15
GraphQL - Mutations
You want to create a mutation that accepts a complex input object with fields title (String), content (String), and tags (list of Strings). Which is the correct way to define the input argument and use it in the mutation?