Include URL in ProjectV2 type
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
This commit is contained in:
parent
9e1f9d6101
commit
b294f6b3e1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue