EventActionConfigResponse
Paginated response containing event action configurations.
Provides search results with pagination metadata including total count, current page, and offset information for efficient data retrieval and navigation.
type EventActionConfigResponse {
  items: [IEventActionConfig!]!
  itemsFound: Int!
  offset: Int!
  page: Int!
  pages: Int!
  start: Int!
  end: Int!
}
Fields
EventActionConfigResponse.items ● [IEventActionConfig!]! non-null interface
List of items of type IEventActionConfig
EventActionConfigResponse.itemsFound ● Int! non-null scalar
Total number of items found
EventActionConfigResponse.offset ● Int! non-null scalar
The amount of items to show per page
EventActionConfigResponse.page ● Int! non-null scalar
The current page
EventActionConfigResponse.pages ● Int! non-null scalar
Total amount of pages
EventActionConfigResponse.start ● Int! non-null scalar
Start position of the current page
EventActionConfigResponse.end ● Int! non-null scalar
End position of the current page
Returned By
eventActionConfigs  query