chore: graphql libs

This commit is contained in:
Rafael Taranto 2025-04-11 09:46:44 +01:00
parent 3805e989c5
commit 2b3378c722
80 changed files with 1641 additions and 1294 deletions

View file

@ -1,6 +1,5 @@
import { useMutation } from '@apollo/react-hooks'
import { useMutation, gql } from "@apollo/client";
import { makeStyles } from '@material-ui/core/styles'
import gql from 'graphql-tag'
import React, { useEffect, useState } from 'react'
import ErrorMessage from 'src/components/ErrorMessage'
import Modal from 'src/components/Modal'