Skip to content

Commit a2637db

Browse files
committed
feat: graphql codegen
Signed-off-by: Adam Setch <[email protected]>
1 parent 2e3d082 commit a2637db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/renderer/typesGitHub.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,11 @@ export interface Release {
490490

491491
export interface GitHubGraphQLResponse<TData> {
492492
data: TData;
493+
errors?: GitHubGraphQLError[];
494+
}
495+
496+
interface GitHubGraphQLError {
497+
message: string;
493498
}
494499

495500
export interface Discussion {

0 commit comments

Comments
 (0)