added user query by value to graph

This commit is contained in:
Wyatt Johnson
2018-01-03 14:01:51 -07:00
parent 0572a1c97d
commit 797cea4f63
8 changed files with 52 additions and 146 deletions
+7
View File
@@ -27,7 +27,14 @@ const CONFIG = {
// WEBPACK indicates when webpack is currently building.
WEBPACK: process.env.WEBPACK === 'TRUE',
// APOLLO_ENGINE_KEY specifies the key used to connect Talk to
// https://engine.apollo.com/ for tracing of GraphQL requests.
//
// Note: Apollo Engine is a premium service, may not be free for certain
// volumes of queries.
APOLLO_ENGINE_KEY: process.env.APOLLO_ENGINE_KEY || null,
// ENABLE_TRACING is true when the APOLLO_ENGINE_KEY is provided.
ENABLE_TRACING: Boolean(process.env.APOLLO_ENGINE_KEY),
// EMAIL_SUBJECT_PREFIX is the string before emails in the subject.