OBJECT
InputContactLabelsResult
The type representing response objects for the contact import mutation.
link GraphQL Schema definition
- type InputContactLabelsResult {
- # The list of errors, in case the `status` was `error`.
- ErrorMessage!] : [
- # The ID of the imported label.
- UUID! :
- # The status of the import operation. The operation can be successful or can fail.
- RequestStatus! :
- }