rage / mooc.fi

https://mooc.fi
5 stars 6 forks source link

Fix Apollo invariant error on some course/module edit #1173

Closed mipyykko closed 1 year ago

mipyykko commented 1 year ago

Apollo frontend cache is using [id, slug, name] as key for course and study module, so we should query those. Editor was crashing as we queried only the ids of parent courses.