pagination on custom routes
This commit is contained in:
parent
e8fae6dcfb
commit
f4acc5799c
7 changed files with 49 additions and 8 deletions
6
types/generated/contentTypes.d.ts
vendored
6
types/generated/contentTypes.d.ts
vendored
|
@ -429,12 +429,18 @@ export interface ApiCollectionLookupCollectionLookup
|
|||
image_item: Schema.Attribute.Boolean &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.DefaultTo<false>;
|
||||
inverse_count: Schema.Attribute.Boolean &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.DefaultTo<false>;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
localizations: Schema.Attribute.Relation<
|
||||
'oneToMany',
|
||||
'api::collection-lookup.collection-lookup'
|
||||
> &
|
||||
Schema.Attribute.Private;
|
||||
numbered_item: Schema.Attribute.Boolean &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.DefaultTo<false>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
reference: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue