Include URL in ProjectV2 type

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
This commit is contained in:
Babak K. Shandiz 2024-04-21 11:05:57 +01:00
parent 9e1f9d6101
commit b294f6b3e1
No known key found for this signature in database
GPG key ID: 44950AED81AD710F

View file

@ -23,6 +23,7 @@ type ProjectV2 struct {
Number int `json:"number"`
ResourcePath string `json:"resourcePath"`
Closed bool `json:"closed"`
URL string `json:"url"`
}
// UpdateProjectV2Items uses the addProjectV2ItemById and the deleteProjectV2Item mutations