-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Hi, in the Contentful GraphQL API we have the Collection Filters that are very helpful to filter based on some fields.
I'm looking for a way to do the same thing with Contentful Management API.
All I could find is to specify content_type
, but nothing for the fields.
this.client.entry.getMany<T>({
query: {
content_type: contentType,
limit,
skip,
},
});
Without this, I would have to fetch all the entries (which are thousands and require multiple requests) to manually filter them.
Metadata
Metadata
Assignees
Labels
No labels