Hey all, suggestions on storing universal app state/settings on a graphql/prisma server? I debating between a single record collection or a settings/state collection but each have their issues. Thoughts on how best to handle this? The universal state will affect all clients and servers of the app and need to be persistent between re-deploys, etc. Right now Im leaning towards single record collection that way the schema is clearly defined.