Classes
Enumerations
Interfaces
TypeAliases

RemoveCompassComponentLabelsPayload

The payload returned after removing labels from a component.

Property NameTypeDescription
__typenameLiteral
componentDetailsMaybe<CompassComponent>The details of the component that was mutated.
errorsMaybe<Array<MutationError>>A list of errors that occurred during the mutation.
removedLabelNamesMaybe<Array<String>>The collection of labels that were removed from the component.
successBooleanWhether the mutation was successful or not.

Rate this page: