EditLinkedExternalDataPayload
Autogenerated return type of EditLinkedExternalData.
type EditLinkedExternalDataPayload {
brandId: ID @deprecated
clientMutationId: String
result: StatusResultEnum!
}
Fields
EditLinkedExternalDataPayload.brandId ● ID deprecated scalar common
DEPRECATED
This field will be removed in the future. Brand is becoming a product-only attribute.
EditLinkedExternalDataPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
EditLinkedExternalDataPayload.result ● StatusResultEnum! non-null enum common
Returned By
editLinkedExternalData mutation