> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/checkout/llms.txt)
> Source: https://docs.saleor.io/api-reference/checkout/objects/checkout-line-countable-edge

# CheckoutLineCountableEdge Object

No description

```graphql
type CheckoutLineCountableEdge {
  node: CheckoutLine!
  cursor: String!
}
```

<a id="fields"></a>

### Fields

<a id="node"></a>

#### [`node`](#node) ● [`CheckoutLine!`](/api-reference/checkout/objects/checkout-line.md)

The item at the end of the edge.

<a id="cursor"></a>

#### [`cursor`](#cursor) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

A cursor for use in pagination.

<a id="member-of"></a>

### Member Of

[`CheckoutLineCountableConnection`](/api-reference/checkout/objects/checkout-line-countable-connection.md) object
