From acdfa2840f867e686471a8e9ac3f29353fab7dd1 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 27 Oct 2017 10:10:49 -0400 Subject: hi --- queries/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queries/index.js') diff --git a/queries/index.js b/queries/index.js index bc64d0e..87dd5d1 100644 --- a/queries/index.js +++ b/queries/index.js @@ -1,7 +1,7 @@ -import { gql } from 'react-apollo'; +import gql from 'graphql-tag'; import { itemDetails } from './fragments'; -export const CREATE_LINK_MUTATION = gql` +export const CREATE_ITEM_MUTATION = gql` ${itemDetails} mutation CreateLinkMutation($description: String!, $title: String!, $imageId: ID, $price: Int!) { createItem( -- cgit v1.3