Skip to main content
Version: Beta

AIUsageConnection

description

Relay-style connection type for AI usage records. Provides paginated access to usage data with both nodes and edges.

type AIUsageConnection {
nodes: [AIUsageRecord!]!
edges: [AIUsageEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

AIUsageConnection.nodes ● [AIUsageRecord!]! non-null object graph-ql-types

List of usage records (flattened) @exposed

AIUsageConnection.edges ● [AIUsageEdge!]! non-null object graph-ql-types

List of edges containing records @exposed

AIUsageConnection.pageInfo ● PageInfo! non-null object graph-ql-types

Pagination metadata @exposed

AIUsageConnection.totalCount ● Int! non-null scalar graph-ql-types

Total number of records available @exposed

Returned By

aiUsage query