BulkDeleteAvailabilityPayload
Autogenerated return type of BulkDeleteAvailability.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEdeleted_count
· Int · Number of availabilities deleted messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of BulkDeleteAvailability."""type BulkDeleteAvailabilityPayload { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Number of availabilities deleted """ deleted_count: Int
""" The list of errors occurred during the mutation """ messages: [FieldError]
""" Whether the operation succeeded """ success: Boolean}