Skip to main content

BusinessRuleSearchInput

Search criteria and pagination settings for filtering business rule collections

input BusinessRuleSearchInput {
type: [BusinessRuleType!]
shopId: Int
page: Int
offset: Int
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
}

Fields

BusinessRuleSearchInput.type ● [BusinessRuleType!] list enum

Filter by specific business rule types to narrow search results by domain context

BusinessRuleSearchInput.shopId ● Int scalar

Filter by shop or store identifier to retrieve rules for a specific tenant

BusinessRuleSearchInput.page ● Int scalar

Page number for pagination (minimum: 1, default: 1)

BusinessRuleSearchInput.offset ● Int scalar

Number of items per page for pagination (minimum: 1, maximum: 100, default: 12)

BusinessRuleSearchInput.createdAt ● DateSearchInput input

Filter by creation date range to find rules created within specific time periods

BusinessRuleSearchInput.lastModifiedAt ● DateSearchInput input

Filter by last modification date range to find recently updated rules

Member Of

businessRules query