Fix invitations totalCount update
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import { Environment, Network, RecordSource, Store } from "relay-runtime";
|
||||
import { makeFetchQuery } from "@probo/relay";
|
||||
|
||||
export const coreEnvironment = new Environment({
|
||||
configName: "console",
|
||||
configName: "core",
|
||||
network: Network.create(makeFetchQuery("/api/console/v1/graphql")),
|
||||
store: new Store(new RecordSource(), {
|
||||
queryCacheExpirationTime: 1 * 60 * 1000,
|
||||
|
||||
Reference in New Issue
Block a user