actions
No description
actions(
first: Int!
orderBy: [QueryActionsOrderByClause!]
page: Int = 1
where: QueryActionsWhereWhereConditions
): ActionsResponse
No description
actions(
first: Int!
orderBy: [QueryActionsOrderByClause!]
page: Int = 1
where: QueryActionsWhereWhereConditions
): ActionsResponse
actions.first
● Int!
non-null scalaractions.orderBy
● [QueryActionsOrderByClause!]
list inputactions.page
● Int
scalaractions.where
● QueryActionsWhereWhereConditions
inputActionsResponse
object