Sha256: e4b2ea55526bf295be85ed127a9f5b1bb390c1c2cbae588e594ae6f9ee535ee5

Contents?: true

Size: 862 Bytes

Versions: 3

Compression:

Stored size: 862 Bytes

Contents

{
  "data": {
    "currentStore": {
      "cartTaxCountryIso": "US",
      "code": "solidus",
      "createdAt": "2012-12-21T12:00:00Z",
      "currencies": {
        "nodes": [
          {
            "htmlEntity": "$",
            "isoCode": "USD",
            "name": "United States Dollar",
            "symbol": "$"
          },
          {
            "htmlEntity": "€",
            "isoCode": "EUR",
            "name": "Euro",
            "symbol": "€"
          }
        ]
      },
      "default": true,
      "defaultCurrency": "USD",
      "mailFromAddress": "solidus_graphql_api@example.org",
      "metaDescription": "store description",
      "metaKeywords": "store, metaKeywords",
      "name": "Solidus Test Store",
      "seoTitle": "Store Title",
      "updatedAt": "2012-12-21T12:00:00Z",
      "url": "www.example.com"
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solidus_graphql_api-0.3.1 spec/support/graphql/responses/current_store.json.erb
solidus_graphql_api-0.3.0 spec/support/graphql/responses/current_store.json.erb
solidus_graphql_api-0.2.0 spec/support/graphql/responses/current_store.json.erb