We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cf80c commit 14fea34Copy full SHA for 14fea34
cmd/src/repos.go
@@ -55,7 +55,6 @@ fragment RepositoryFields on Repository {
55
name
56
url
57
description
58
- language
59
createdAt
60
updatedAt
61
externalRepository {
@@ -80,7 +79,6 @@ type Repository struct {
80
79
Name string `json:"name"`
81
URL string `json:"url"`
82
Description string `json:"description"`
83
- Language string `json:"language"`
84
CreatedAt time.Time `json:"createdAt"`
85
UpdatedAt *time.Time `json:"updatedAt"`
86
ExternalRepository ExternalRepository `json:"externalRepository"`
0 commit comments