automations
No description
automations(
first: Int!
orderBy: [QueryAutomationOrderByClause]
page: Int = 1
where: QueryAutomationWhereWhereConditions
): AutomationsResponse
No description
automations(
first: Int!
orderBy: [QueryAutomationOrderByClause]
page: Int = 1
where: QueryAutomationWhereWhereConditions
): AutomationsResponse
automations.first
● Int!
non-null scalarautomations.orderBy
● [QueryAutomationOrderByClause]
list inputautomations.page
● Int
scalarautomations.where
● QueryAutomationWhereWhereConditions
inputAutomationsResponse
object