Please avoid duplicates
What’s missing?
Currently, project level data is fetched and stored locally in state. It is never exposed by the github-project API.
You can see that here:
|
return Object.assign(state, { |
Additionally, add databaseId to the projectNext query.
Why?
To prevent additional queries when this data is needed.
Alternatives you tried
Manually fetching the data.
Would you be interested in contributing the feature?
Please avoid duplicates
What’s missing?
Currently, project level data is fetched and stored locally in state. It is never exposed by the
github-projectAPI.You can see that here:
github-project/api/lib/get-state-with-project-items.js
Line 50 in 2cc6d4e
Additionally, add
databaseIdto theprojectNextquery.Why?
To prevent additional queries when this data is needed.
Alternatives you tried
Manually fetching the data.
Would you be interested in contributing the feature?