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