Wayfair · Example Payload

Wayfair Graph Ql Error Example

E-CommerceFurnitureHome GoodsRetailSuppliersGraphQL

Wayfair Graph Ql Error Example is an example object payload from Wayfair, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

messagelocationspath

Example Payload

Raw ↑
{
  "message": "Field 'unknownField' doesn't exist on type 'PurchaseOrder'",
  "locations": [
    {
      "line": 3,
      "column": 5
    }
  ],
  "path": [
    "example-value"
  ]
}