chore: graphql libs
This commit is contained in:
parent
3805e989c5
commit
2b3378c722
80 changed files with 1641 additions and 1294 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { useMutation, useQuery } from '@apollo/react-hooks'
|
||||
import gql from 'graphql-tag'
|
||||
import { useMutation, useQuery, gql } from "@apollo/client";
|
||||
import * as R from 'ramda'
|
||||
import React, { memo, useState } from 'react'
|
||||
import Section from 'src/components/layout/Section'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue