// Apollo Value Configuration const ApolloConfig = { graphql_uri: process.env.GRAPHQL_URI, }; export default ApolloConfig;