automations
Lookup automations by organization and filters
| Query : Return Object |
|---|
| automations: AutomationConnection |
| Argument : Object | Description |
|---|---|
| after: String | Returns the elements in the list that come after the specified cursor. |
| before: String | Returns the elements in the list that come before the specified cursor. |
| first: Int | Returns the first _n_ elements from the list. |
| last: Int | Returns the last _n_ elements from the list. |
| actionId: ID | Filter automations by action id |
| active: Boolean | Filter automations by active or inactive |
| organizationId: ID! | Required. Organization ID to search automations |
| repoId: ID | Filter automations by given repo ID |
| search: String | Filter automations by name |
| sort: AutomationSortCriteria | Sort for automations |