Skip to main content

EventActionConfigSearchInput

Search criteria for filtering and paginating event action configurations.

Provides comprehensive filtering options including trigger types, custom codes, pagination controls, and sorting preferences for efficient data retrieval.

input EventActionConfigSearchInput {
triggers: [EventTrigger!]
codes: [String!]
offset: Int
page: Int
sortInputs: [EventActionConfigSortInput!]
}

Fields

EventActionConfigSearchInput.triggers ● [EventTrigger!] list enum

Filter by specific event trigger types.

Allows filtering configurations by one or more trigger types. Each trigger must be unique in the array.

EventActionConfigSearchInput.codes ● [String!] list scalar

Filter by custom event codes.

Search for configurations with specific custom event codes. Each code must be unique in the array and is used for CUSTOM_EVENT trigger types.

EventActionConfigSearchInput.offset ● Int scalar

Number of items to return per page.

Controls pagination by specifying how many results to include in each page. Must be a positive integer.

EventActionConfigSearchInput.page ● Int scalar

Page number for pagination.

Specifies which page of results to return. Must be a positive integer starting from 1.

EventActionConfigSearchInput.sortInputs ● [EventActionConfigSortInput!] list input

Sorting configuration for result ordering.

Defines how results should be sorted. Multiple sort criteria can be applied in order of priority. Each sort input must be unique.

Member Of

eventActionConfigs query