contentful.js
    Preparing search index...

    Type Alias EntriesQueries<EntrySkeleton, Modifiers>

    EntriesQueries:
        | EntryFieldsQueries<EntrySkeleton["fields"]> & EntryContentTypeQuery<
            EntrySkeleton["contentTypeId"],
        >
        | SysQueries<
            Pick<EntrySys, "createdAt" | "updatedAt" | "revision" | "id" | "type">,
        > & SysContentTypeQueries & MetadataTagsQueries & MetadataConceptsQueries & 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.