octoplusOfferGroups
Octoplus Offer Groups available for a given account_user and account combination.
Deprecation
The 'octoplusOfferGroups' field is deprecated.The Octoplus feature is going through changes. This query is no longer available.
- Marked as deprecated on 2026-02-10.
- Scheduled for removal on or after 2026-08-10.
Arguments
Possible Errors
Allowed Viewers
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query OctoplusOfferGroups(
$accountNumber: String!,
$after: String,
$before: String,
$first: Int,
$id: Int,
$last: Int
) {
octoplusOfferGroups(
accountNumber: $accountNumber,
after: $after,
before: $before,
first: $first,
id: $id,
last: $last
) {
edgeCount
edges {
...OctoplusOfferGroupConnectionTypeEdgeFragment
}
pageInfo {
...PageInfoFragment
}
totalCount
}
}
Variables
{
"accountNumber": "A-18613EAD",
"after": "YXJyYXljb25uZWN0aW9uOjEw=",
"before": "YXJyYXljb25uZWN0aW9uOjEw=",
"first": 10,
"id": 90642357,
"last": 10
}
Response
{
"data": {
"octoplusOfferGroups": {
"edgeCount": 67,
"edges": [OctoplusOfferGroupConnectionTypeEdge],
"pageInfo": PageInfo,
"totalCount": 53
}
}
}