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,10 +1,9 @@
import { useQuery } from '@apollo/react-hooks'
import { useQuery, gql } from "@apollo/client";
import { Box } from '@material-ui/core'
import { makeStyles } from '@material-ui/core/styles'
import classnames from 'classnames'
import { endOfToday } from 'date-fns'
import { subDays, format, add, startOfWeek } from 'date-fns/fp'
import gql from 'graphql-tag'
import * as R from 'ramda'
import React, { useState } from 'react'
import TitleSection from 'src/components/layout/TitleSection'