# ApolloSSR ## Usage See [SSR guide](../guide/ssr.md). ## Methods ### getStates Returns the apollo stores states as JavaScript objects. ```js const states = ApolloSSR.getStates(apolloProvider, options) ``` `options` defaults to: ```js { // Prefix for the keys of each apollo client state exportNamespace: '', } ``` ### exportStates Returns the apollo stores states as JavaScript code inside a String. This code can be directly injected to the page HTML inside a `