// Batch queries are a way of bundling multiple queries together to avoid
// unnecessary network round trips.
// unnecessary network round trips. A Batch must only be sent once.
typeBatchstruct{
items[]*batchItem
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.