Skip to main content

Arguments

leaveSupplierProcessId : ID

The leave supplier process ID.

Deprecation
The 'leaveSupplierProcessId' field is deprecated.

Process IDs are deprecated, please use 'number' instead.

- Marked as deprecated on 2025-08-06.
- Scheduled for removal on or after 2025-09-30.
number : String

The leave supplier process number, e.g. LS-12345678.

Returns

LeaveSupplierProcessType

Represents a Leave Supplier process. Conceptually, it contains information related to supply points that are associated with a Leave Supplier journey.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access third party queries
OR Can query lifecycle processes

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 LeaveSupplierProcess($number: String) { leaveSupplierProcess(number: $number) { id number stage status subtype supplyPoints { ...SupplyPointConnectionTypeConnectionFragment } } }

Variables

{ "number": "including-evidence-receive-environment-Democrat" }

Response

{ "data": { "leaveSupplierProcess": { "id": "59349764", "number": "out-drop-computer-serve-school", "stage": "oil-later-change-mean-more", "status": "PENDING", "subtype": "career-seven-writer-defense-performance", "supplyPoints": SupplyPointConnectionTypeConnection } } }