added stale

This commit is contained in:
Sendou
2020-05-29 11:13:18 +03:00
parent c407266021
commit c62af86dcb
3 changed files with 4 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ export interface UsersForVotingData {
score: number
month: number
year: number
stale: boolean
}[]
}
}
@@ -75,6 +76,7 @@ export const USERS_FOR_VOTING: DocumentNode = gql`
score
month
year
stale
}
}
}