tenantDynamicEntityTemplates
Accepts optional sorting, filtering and pagination arguments and returns the response containing a single page of Dynamic Entity Templates of type TENANT_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.
tenantDynamicEntityTemplates(
searchTerm: String
first: Int
after: String
filter: TenantDynamicEntityTemplatesFilteringParamsInput
sort: SortingParamsInput
): TenantDynamicEntityTemplatesConnection
Arguments
tenantDynamicEntityTemplates.searchTerm
● String
scalar
The search term to look for. Refer to this documentation article for more information about search term capabilities.
tenantDynamicEntityTemplates.first
● Int
scalar
Returns the first n elements from the list.
tenantDynamicEntityTemplates.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
tenantDynamicEntityTemplates.filter
● TenantDynamicEntityTemplatesFilteringParamsInput
input
Filtering options for the returned dynamic entity templates.
tenantDynamicEntityTemplates.sort
● SortingParamsInput
input
Sorting options for the returned dynamic entity templates.
Type
TenantDynamicEntityTemplatesConnection
object
A connection to a list of items.