chore: remove direct usage from graphql (#9316)

**What**
Remove direct usage of graphql toold and instead consume it from utils to have a single entry point to graphql tooling
This commit is contained in:
Adrien de Peretti
2024-09-26 10:18:26 +02:00
committed by GitHub
parent f294c99c92
commit fba78c0fb1
7 changed files with 84 additions and 1003 deletions

View File

@@ -7,3 +7,5 @@ export * from "./get-fields-and-relations"
export * from "graphql"
export * from "graphql/type"
export { makeExecutableSchema } from "@graphql-tools/schema"
export { mergeTypeDefs } from "@graphql-tools/merge"