BulkMutationType
Possible bulk mutation's types.
enum BulkMutationType {
ASYNC
SYNC
}
Values
BulkMutationType.ASYNC
The mutation is run in the background.
BulkMutationType.SYNC
The mutation is run in within the same request.
Member Of
BulkMutationResponse
object