Authentication Modes in Optimizely Graph
Fetching Content with Optimizely Graph There’s two common modes of authentication when trying to fetch data with Optimizely Graph: Single Key - This mode of authentication is used to fetch latest Published version of the content Authorization with AppKey/AppSecret - This mode of authentication is used to fetch data you get from Single Key plus Previous Versions and Draft Versions of the content Content Type Single Key Authorization with AppKey/AppSecret Latest Published Content ✅ ✅ Previous Versions ❌ ✅ Draft Content ❌ ✅ What mode does the embedded GraphiQL use?...