Sha256: 5ead3dec0fe374e4715220a8757b2afa04e891c3f98f631e2497d7df59841f2c

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 Bytes

Contents

query {
  currentOrder {
    id
    number
    shipments {
      nodes {
        createdAt
        number
        shippedAt
        shippingRates {
          nodes {
            cost
            createdAt
            currency
            selected
            updatedAt
          }
        }
        manifest {
          variant {
            sku
          }
          quantity
        }
        state
        tracking
        trackingUrl
        updatedAt
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_graphql_api-0.3.1 spec/support/graphql/queries/current_order.gql
solidus_graphql_api-0.3.0 spec/support/graphql/queries/current_order.gql
solidus_graphql_api-0.2.0 spec/support/graphql/queries/current_order.gql
solidus_graphql_api-0.1.0 spec/support/graphql/queries/current_order.gql