reportableTableTemplates
Reads a set of ReportableTableTemplate.
reportableTableTemplates(
first: Int
offset: Int
orderBy: [ReportableTableTemplatesOrderBy!]
condition: ReportableTableTemplateCondition
filter: ReportableTableTemplateFilter
): [ReportableTableTemplate!]
Arguments
reportableTableTemplates.first ● Int scalar
Only read the first n values of the set.
reportableTableTemplates.offset ● Int scalar
Skip the first n values.
reportableTableTemplates.orderBy ● [ReportableTableTemplatesOrderBy!] list enum
The method to use when ordering ReportableTableTemplate.
reportableTableTemplates.condition ● ReportableTableTemplateCondition input
A condition to be used in determining which values should be returned by the collection.
reportableTableTemplates.filter ● ReportableTableTemplateFilter input
A filter to be used in determining which values should be returned by the collection.