Sha256: 3722fe5790c017f7bb89a12a7ad7291828a1881819963194afcbbd98a405e45a

Contents?: true

Size: 369 Bytes

Versions: 4

Compression:

Stored size: 369 Bytes

Contents

query {
  completedOrders {
    nodes {
      id
      lineItems {
        nodes {
          id
          additionalTaxTotal
          adjustmentTotal
          amount
          createdAt
          currency
          hasSufficientStock
          includedTaxTotal
          price
          promoTotal
          quantity
          updatedAt
        }
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

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