UpdateSystemRelationPayload
No description
type UpdateSystemRelationPayload {
result: OperationResult!
systemRelation: SystemRelation
}
Fields
UpdateSystemRelationPayload.result ● OperationResult! non-null object
The result of the operation.
UpdateSystemRelationPayload.systemRelation ● SystemRelation object
This field holds the updated systemRelation if the operation was successful.
Returned By
updateSystemRelation mutation