baseDynamicEntityTemplates
Search Base Dynamic Entity Templates. Returns max 9.999 results per page.
By default excludes DELETED Base Dynamic Entity Templates. Might be changed if includeDeleted flag set to true.
**Returns:** A page of results according to the arguments.
baseDynamicEntityTemplates(
searchTerm: String
first: Int
after: String
filter: BaseDynamicEntityTemplatesFilteringParamsInput
sort: SortingParamsInput
): BaseDynamicEntityTemplatesConnection
Arguments
baseDynamicEntityTemplates.searchTerm ● String scalar
The search term to look for. Refer to this documentation article for more information about search term capabilities.
baseDynamicEntityTemplates.first ● Int scalar
Returns the first n elements from the list.
baseDynamicEntityTemplates.after ● String scalar
Returns the elements in the list that come after the specified cursor.
baseDynamicEntityTemplates.filter ● BaseDynamicEntityTemplatesFilteringParamsInput input
Filtering options for the returned dynamic entity templates.
baseDynamicEntityTemplates.sort ● SortingParamsInput input
Sorting options for the returned dynamic entity templates.
Type
BaseDynamicEntityTemplatesConnection object
A connection to a list of items.