MarketData
The MarketData object includes data on a given market, which is identified using the Market enum.
Definition
Section titled “Definition”type MarketData { identifier: Market! postalCodes: [String!]!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
identifier | Market! | The market’s identifier represented by the Market enum. |
postalCodes | [String!]! | The string list of postal codes in this market where we provide our services. |