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,8 +1,7 @@
import { useQuery, useMutation } from '@apollo/react-hooks'
import { useQuery, useMutation, gql } from "@apollo/client";
import { makeStyles, Grid } from '@material-ui/core'
import Paper from '@material-ui/core/Paper'
import { Field, Form, Formik } from 'formik'
import gql from 'graphql-tag'
import React, { useState } from 'react'
import { useLocation, useHistory } from 'react-router-dom'
import { H2, Label3, P } from 'src/components/typography'