Anyone already thought about the new GraphQLContext map and type-safe context storage? We currently have a context object with some well defined/typed properties; moving to a string key + a cast of the returned value feels like a step back even though it'd probably be fine. Possibly extensions to GraphQLContext for these well defined properties might make sense, but haven't fully thought this through yet, so wondering if others had?