Skip to main content
Version: Beta

AIUsageEdge

description

Edge type in the Relay connection pattern. Wraps a usage record with its cursor for pagination.

type AIUsageEdge {
node: AIUsageRecord!
cursor: Cursor!
}

Fields

AIUsageEdge.node ● AIUsageRecord! non-null object graph-ql-types

The usage record node @exposed

AIUsageEdge.cursor ● Cursor! non-null scalar graph-ql-types

Cursor for this edge (opaque string for pagination). For offset-based pagination, this encodes the offset position. @exposed

Member Of

AIUsageConnection object