Skip to content

Commit 8db8655

Browse files
committed
Add options field to ProjectV2SingleSelectField in GraphQL query for enhanced data retrieval
1 parent f3311e3 commit 8db8655

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/get-project-column-ids.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,13 @@ jobs:
103103
... on ProjectV2 {
104104
fields(first: 10) {
105105
nodes {
106-
id
107-
name
108-
__typename
109106
... on ProjectV2SingleSelectField {
110107
id
111108
name
109+
options {
110+
id
111+
name
112+
}
112113
}
113114
}
114115
}

0 commit comments

Comments
 (0)