<!-- Release notes generated using configuration in .github/release.yml at v0.7.8 -->
This release works with [`nextline-web 0.9.1`](https://github.com/simonsobs/nextline-web/releases/tag/v0.9.1) and later
This release breaks `nextline-web 0.9.0` and earlier because of https://github.com/simonsobs/nextline-graphql/pull/40. The next release of `nextline-web` with https://github.com/simonsobs/nextline-web/pull/45 will be compatible. (In hindsight, I shouldn't have moved GraphQL queries to a new namespace. I should've kept the original ones for a few versions so as not to break `nextline-web`.)
What's Changed
Changes 🚀
* Add GraphQL mutation `loadExampleScript` by TaiSakuma in https://github.com/simonsobs/nextline-graphql/pull/38
* Require [`nextline>=0.7.5`](https://github.com/simonsobs/nextline/releases/tag/v0.7.5) and [`apluggy>=1.0`](https://github.com/simonsobs/apluggy/releases/tag/v1.0.0) by TaiSakuma in https://github.com/simonsobs/nextline-graphql/pull/39
* Reorganize GraphQL queries to under `ctrl` namespace by TaiSakuma in https://github.com/simonsobs/nextline-graphql/pull/40
**Full Changelog**: https://github.com/simonsobs/nextline-graphql/compare/v0.7.7...v0.7.8