Skip to main content

BulkMutationResponse

Represents information about a bulk mutation's response.

type BulkMutationResponse {
type: BulkMutationType!
status: BulkMutationStatus!
}

Fields

BulkMutationResponse.type ● BulkMutationType! non-null enum

The mutation's type.

BulkMutationResponse.status ● BulkMutationStatus! non-null enum

The mutation's status. For 'sync' mutation type this will equal to 'true'. For async this will equal to 'null'.

Returned By

bulkMutation mutation