Anchor to MarketRegionMarket
MarketRegion
interface
Requires for queries and both
as well as
for mutations.
A geographic region which comprises a market.
Anchor to FieldsFields
- •ID!non-null
A globally-unique ID.
- Anchor to namename•String!non-null
The name of the region.
Was this section helpful?
{
"id": "",
"name": ""
}
{
"id": "",
"name": ""
}
interface MarketRegion {
id: ID!
name: String!
}