Type alias EntriesQueries<EntrySkeleton, Modifiers>

EntriesQueries<EntrySkeleton, Modifiers>: EntryFieldsQueries<EntrySkeleton["fields"]> & EntryContentTypeQuery<EntrySkeleton["contentTypeId"]> | SysQueries<Pick<EntrySys, "createdAt" | "updatedAt" | "revision" | "id" | "type">> & MetadataTagsQueries & EntrySelectFilter & EntryOrderFilter & FixedQueryOptions & FixedPagedOptions & FixedLinkOptions & ("WITH_ALL_LOCALES" extends Modifiers
    ? {}
    : LocaleOption)

Search parameters for entry collection methods

Type Parameters

  • EntrySkeleton extends EntrySkeletonType

    Shape of an entry used to calculate dynamic keys

  • Modifiers extends ChainModifiers

    The chain modifiers used to configure the client. They’re set automatically when using the client chain modifiers.