Skip to content

Commit 14fea34

Browse files
committed
repos: remove Language field
This field is expensive to compute.
1 parent b0cf80c commit 14fea34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/src/repos.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ fragment RepositoryFields on Repository {
5555
name
5656
url
5757
description
58-
language
5958
createdAt
6059
updatedAt
6160
externalRepository {
@@ -80,7 +79,6 @@ type Repository struct {
8079
Name string `json:"name"`
8180
URL string `json:"url"`
8281
Description string `json:"description"`
83-
Language string `json:"language"`
8482
CreatedAt time.Time `json:"createdAt"`
8583
UpdatedAt *time.Time `json:"updatedAt"`
8684
ExternalRepository ExternalRepository `json:"externalRepository"`

0 commit comments

Comments
 (0)