Sha256: 766bcc6e48baa43fbda98537e971b41ef65bc3f621e18b7f3b38a9a908176c9c

Contents?: true

Size: 1.76 KB

Versions: 4

Compression:

Stored size: 1.76 KB

Contents

{
  "data": {
    "completedOrders": {
      "nodes": [
        {
          "id": 1,
          "additionalTaxTotal": "0.0",
          "adjustmentTotal": "0.0",
          "approvedAt": null,
          "canceledAt": null,
          "completedAt": "2012-12-21T12:00:00Z",
          "confirmationDelivered": false,
          "createdAt": "2012-12-21T12:00:00Z",
          "currency": "USD",
          "email": "email1@example.com",
          "guestToken": "fake guest token 1",
          "includedTaxTotal": "0.0",
          "itemTotal": "10.0",
          "number": "fake order number 1",
          "paymentState": "balance_due",
          "paymentTotal": "0.0",
          "promoTotal": "0.0",
          "shipmentState": "pending",
          "shipmentTotal": "100.0",
          "specialInstructions": null,
          "state": "complete",
          "total": "110.0",
          "updatedAt": "2012-12-21T12:00:00Z"
        },
        {
          "id": 2,
          "additionalTaxTotal": "0.0",
          "adjustmentTotal": "0.0",
          "approvedAt": null,
          "canceledAt": null,
          "completedAt": "2012-12-21T12:00:00Z",
          "confirmationDelivered": false,
          "createdAt": "2012-12-21T12:00:00Z",
          "currency": "USD",
          "email": "email1@example.com",
          "guestToken": "fake guest token 2",
          "includedTaxTotal": "0.0",
          "itemTotal": "10.0",
          "number": "fake order number 2",
          "paymentState": "balance_due",
          "paymentTotal": "0.0",
          "promoTotal": "0.0",
          "shipmentState": "pending",
          "shipmentTotal": "100.0",
          "specialInstructions": null,
          "state": "complete",
          "total": "110.0",
          "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.json.erb
solidus_graphql_api-0.3.0 spec/support/graphql/responses/completed_orders.json.erb
solidus_graphql_api-0.2.0 spec/support/graphql/responses/completed_orders.json.erb
solidus_graphql_api-0.1.0 spec/support/graphql/responses/completed_orders.json.erb