baseDynamicEntityTemplates
Accepts optional sorting, filtering and pagination arguments and returns the response containing a single page of Dynamic Entity Templates of type BASE_TEMPLATE, with additional technical information used for inter page navigation.
NOTE: Max 9.999 results.
By default excludes DELETED 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.