MarketplaceSettingValueInput
Value input for a marketplace setting. Exactly one of single, list, or map must be provided.
This page contains
Fields
| single String | Scalar value for a single-type setting. |
| list [String!] | List value for a list-type setting. |
| map [MarketplaceSettingValueMapInput!] PREVIEW | Map value for a map-type setting. |