Update queries imports
This commit is contained in:
parent
9e66d99dca
commit
504ff43376
1 changed files with 1 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
import makeQuery from "@saleor/hooks/makeQuery";
|
||||
import { fragmentMoney } from "@saleor/products/queries";
|
||||
import gql from "graphql-tag";
|
||||
|
||||
import { pageInfoFragment } from "../queries";
|
||||
|
@ -8,13 +9,6 @@ import {
|
|||
} from "./types/CategoryDetails";
|
||||
import { RootCategories } from "./types/RootCategories";
|
||||
|
||||
export const fragmentMoney = gql`
|
||||
fragment Money on Money {
|
||||
amount
|
||||
currency
|
||||
}
|
||||
`;
|
||||
|
||||
export const categoryFragment = gql`
|
||||
fragment CategoryFragment on Category {
|
||||
id
|
||||
|
|
Loading…
Reference in a new issue