reflow-project / weloop

WeLoop is a React/TypeScript client for ZenPub and a key component of ReflowOS
https://weloop.reflowproject.eu
GNU Affero General Public License v3.0
5 stars 5 forks source link

BonFire does not contain Instance #133

Open VolodymyrPavlichenko opened 2 years ago

VolodymyrPavlichenko commented 2 years ago

Linked with Asses ZenPub replacement with BonFire #121

Instance We have no way to get Instance in these requests and mutations

query SearchHostIndexAndMyFollows {
  instance {
    ...SearchInstance
  }
}
fragment SearchInstance on Instance {
  hostname
}