food-grapqhl-client/src/queries.ts

9 lines
224 B
TypeScript
Raw Normal View History

2019-02-10 15:01:18 +00:00
import { graphql } from 'react-apollo';
2019-02-10 15:36:54 +00:00
import a from './queries.graphql';
2019-02-10 15:01:18 +00:00
2019-02-10 15:36:54 +00:00
console.warn(a);
// export const getStoresQuery = graphql(getStores, {
// name: 'storesData',
// });
2019-02-10 15:01:18 +00:00
2019-02-10 15:36:54 +00:00
export const getStoresQuery = (a: any) => a;