joinSupplierProcess
Arguments
The join supplier process number, e.g. JS-12345678.
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 JoinSupplierProcess($number: String!) {
joinSupplierProcess(number: $number) {
contractReferences {
...ContractReferencesTypeFragment
}
currentProcessData {
...JoinSupplierProcessDataTypeFragment
}
id
ledgerAssignments {
...JoinSupplierLedgerAssignmentConnectionTypeConnectionFragment
}
number
stage
status
subtype
supplyPoints {
...SupplyPointConnectionTypeConnectionFragment
}
}
}
Variables
{
"number": "mention-condition-thought-last-mouth"
}
Response
{
"data": {
"joinSupplierProcess": {
"contractReferences": ContractReferencesType,
"currentProcessData": JoinSupplierProcessDataType,
"id": "58824248",
"ledgerAssignments": JoinSupplierLedgerAssignmentConnectionTypeConnection,
"number": "structure-approach-reveal-best-hold",
"stage": "kitchen-consider-large-table-already",
"status": "PENDING",
"subtype": "create-wish-last-hope-tree",
"supplyPoints": SupplyPointConnectionTypeConnection
}
}
}