@octokit/types
Advanced tools
Comparing version 13.7.0 to 13.8.0
@@ -34,2 +34,12 @@ import type { RequestRequestOptions } from "./RequestRequestOptions.js"; | ||
/** | ||
* The name of the operation to execute. | ||
* Required only if multiple operations are present in the query document. | ||
*/ | ||
operationName?: string; | ||
/** | ||
* The GraphQL query string to be sent in the request. | ||
* This is required and must contain a valid GraphQL document. | ||
*/ | ||
query?: string; | ||
/** | ||
* Pass custom meta information for the request. The `request` object will be returned as is. | ||
@@ -36,0 +46,0 @@ */ |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "13.7.0"; | ||
export declare const VERSION = "13.8.0"; |
{ | ||
"name": "@octokit/types", | ||
"version": "13.7.0", | ||
"version": "13.8.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public", |
257092
4434