BusinessRuleResponse
Paginated response of a BusinessRule search query
type BusinessRuleResponse {
items: [BusinessRule!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
BusinessRuleResponse.items
● [BusinessRule!]!
non-null object
List of items of type BusinessRule
BusinessRuleResponse.itemsFound
● Int!
non-null scalar
Total number of items found
BusinessRuleResponse.offset
● Int!
non-null scalar
The amount of items to show per page
BusinessRuleResponse.page
● Int!
non-null scalar
The current page
BusinessRuleResponse.pages
● Int!
non-null scalar
Total amount of pages
BusinessRuleResponse.start
● Int!
non-null scalar
Start position of the current page
BusinessRuleResponse.end
● Int!
non-null scalar
End position of the current page
Returned By
businessRules
query