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