This commit is contained in:
Chi Vinh Le
2017-12-07 20:24:45 +01:00
parent e3c1f8c231
commit ba572fbf48
+1 -1
View File
@@ -2,7 +2,7 @@ import graphql from '@coralproject/graphql-anywhere-optimized';
import {createTypeGetter} from 'graphql-ast-tools';
import introspectionData from './introspection.json';
// User typeGetter to get more optimized documents.
// Use typeGetter to get more optimized documents.
const typeGetter = createTypeGetter(introspectionData);
// Use global fragment cache for transformed fragments.