A deferred Graph API request, created by _query functions on resource modules.
_query
@type t() :: %GraphApi.Batch.Request{ as: module() | nil, body: map() | binary() | nil, depends_on: [String.t()] | nil, headers: map() | nil, method: String.t(), query: GraphApi.OData.t() | map() | nil, url: String.t() }