Skip to main content

Fields

id : ID

The ID or the primary key of the lifecycle process.

The status of the process.

supplyPoints : SupplyPointConnectionTypeConnection! required

The supply points associated with the process.

Deprecation
The 'supplyPoints' field is deprecated.

Please use 'supplyPointsInterface' instead. It returns SupplyPointInterfaceConnection, whose node is CommonSupplyPointInterface, and supports inline fragments (e.g. `... on WaterSupplyPointType`, `... on ElectricitySupplyPointType`).

- Marked as deprecated on 2026-07-23.
- Scheduled for removal on or after 2027-01-23.
Arguments
after : String
before : String
first : Int
last : Int
supplyPointsInterface : SupplyPointInterfaceConnection! required

The supply points associated with the process. Node type is the CommonSupplyPointInterface; use inline fragments (e.g. ... on WaterSupplyPointType, ... on ElectricitySupplyPointType) to access concrete types.

Arguments
after : String
before : String
first : Int
last : Int
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.

Example

{ "id": "29154407", "status": "PENDING", "supplyPointsInterface": SupplyPointInterfaceConnection }