Skip to main content

Arguments

accountNumber : String

The account number related to the activation processes. This parameter will be ignored if a quoteCode is also provided.

after : String
before : String
first : Int
joinSupplierProcessNumber : String

If provided only activation processes related to this specific join supplier process will be returned.

last : Int
quoteCode : UUID

The quote code related to the activation processes.

Allowed statuses for returned activation processes. An empty list returns all processes.

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 ActivationProcesses( $accountNumber: String, $after: String, $before: String, $first: Int, $joinSupplierProcessNumber: String, $last: Int, $quoteCode: UUID, $statuses: [ActivationProcessStatus] ) { activationProcesses( accountNumber: $accountNumber, after: $after, before: $before, first: $first, joinSupplierProcessNumber: $joinSupplierProcessNumber, last: $last, quoteCode: $quoteCode, statuses: $statuses ) { edgeCount edges { ...ActivationProcessesConnectionTypeEdgeFragment } pageInfo { ...PageInfoFragment } totalCount } }

Variables

{ "accountNumber": "A-1A8D0F09", "after": "YXJyYXljb25uZWN0aW9uOjEw=", "before": "YXJyYXljb25uZWN0aW9uOjEw=", "first": 10, "joinSupplierProcessNumber": "toward-should-page-close-environmental", "last": 10, "quoteCode": "903e07b5-4d30-4418-8642-6baad1c44202", "statuses": "NEW" }

Response

{ "data": { "activationProcesses": { "edgeCount": 98, "edges": [ActivationProcessesConnectionTypeEdge], "pageInfo": PageInfo, "totalCount": 51 } } }