Skip to content

Commit f3311e3

Browse files
committed
Add id, name, and __typename fields to GraphQL query in get-project-column-ids.yml for enhanced data retrieval
1 parent 319738a commit f3311e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
... on ProjectV2 {
104104
fields(first: 10) {
105105
nodes {
106+
id
107+
name
108+
__typename
106109
... on ProjectV2SingleSelectField {
107110
id
108111
name

0 commit comments

Comments
 (0)