Sha256: 58c84b1b8e710eea46329cc7cf24bf45f5e6380b516de95e32dcdfe3f6b30f1f

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 KB

Contents

{
  "data": {
    "completedOrders": {
      "nodes": [
        {
          "id": 1,
          "lineItems": {
            "nodes": [
              {
                "id": <%= line_items[0].id %>,
                "additionalTaxTotal": 0.0,
                "adjustmentTotal": 0.0,
                "amount": 10.0,
                "createdAt": "2012-12-21T12:00:00Z",
                "currency": "USD",
                "hasSufficientStock": true,
                "includedTaxTotal": 0.0,
                "price": 10.0,
                "promoTotal": 0.0,
                "quantity": 1,
                "updatedAt": "2012-12-21T12:00:00Z"
              },
              {
                "id": <%= line_items[1].id %>,
                "additionalTaxTotal": 0.0,
                "adjustmentTotal": 0.0,
                "amount": 10.0,
                "createdAt": "2012-12-21T12:00:00Z",
                "currency": "USD",
                "hasSufficientStock": true,
                "includedTaxTotal": 0.0,
                "price": 10.0,
                "promoTotal": 0.0,
                "quantity": 1,
                "updatedAt": "2012-12-21T12:00:00Z"
              }
            ]
          }
        }
      ]
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_graphql_api-0.3.1 spec/support/graphql/responses/completed_orders/line_items.json.erb
solidus_graphql_api-0.3.0 spec/support/graphql/responses/completed_orders/line_items.json.erb
solidus_graphql_api-0.2.0 spec/support/graphql/responses/completed_orders/line_items.json.erb
solidus_graphql_api-0.1.0 spec/support/graphql/responses/completed_orders/line_items.json.erb