Summary
Tally made some changes to their API, which makes it infeasible to receive all organizations based on a disclosed array of DAO/"Organization" names. On-Chain data cannot be attained right now.
Details
If the following query were executed on Tally's Playground:
query{
organizations(names: ["Arbitrum", "Optimism"]) {
id
name
}
}
The result would essentially be nonsense. There isn't a direct substitute for this query right now... A plan for a replacement needs to be done before the use_tally feature can be used again.
Summary
Tally made some changes to their API, which makes it infeasible to receive all organizations based on a disclosed array of DAO/"Organization" names. On-Chain data cannot be attained right now.
Details
If the following query were executed on Tally's Playground:
The result would essentially be nonsense. There isn't a direct substitute for this query right now... A plan for a replacement needs to be done before the
use_tallyfeature can be used again.