Skip to main content

Arguments

accountNumber : String! required

Account number for the Octoplus-enrolled account.

after : String
before : String
first : Int
id : Int

ID of the Offer Group being queried.

last : Int

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

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

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 } } }