INPUT_OBJECT

Query2Input

link GraphQL Schema definition

1input Query2Input {
3
2name: String
5
4products: [ProductsListItemInput]
6}