fix: add updated_at to graphql query (#5611)
This commit is contained in:
@ -66,6 +66,7 @@ type GraphQLPullRequest = {
|
||||
state: string;
|
||||
title: string;
|
||||
mergedAt: string | null;
|
||||
updatedAt: string | null;
|
||||
labels: { nodes: { name: string }[] };
|
||||
repository: {
|
||||
id: string;
|
||||
|
Reference in New Issue
Block a user