Skip to main content

CreateSystemRelationPayload

No description

type CreateSystemRelationPayload {
result: OperationResult!
systemRelation: SystemRelation
}

Fields

CreateSystemRelationPayload.result ● OperationResult! non-null object

The result of the operation.

CreateSystemRelationPayload.systemRelation ● SystemRelation object

This field holds the created systemRelation if the operation was successful.

Returned By

createSystemRelation mutation