Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / DocumentOrderByField

Enumeration: DocumentOrderByField

Defined in: client/graphql.ts:476

DocumentOrderByField specifies the available fields for sorting document results. Represents the field names that can be used to order documents in queries.

Enumeration Members

CreatedAt

CreatedAt: "CREATED_AT"

Defined in: client/graphql.ts:478

Order documents by their creation date and time


Name

Name: "NAME"

Defined in: client/graphql.ts:480

Order documents by their name in alphabetical order


PublishedAt

PublishedAt: "PUBLISHED_AT"

Defined in: client/graphql.ts:482

Order documents by their publication date and time

Licensed under BUSL-1.1