I have a graphQL resolver that looks like this: import { GraphQLSchema } from ‘graphql’; import { buildSubgraphSchema } from ‘@apollo/subgraph’; …
I have a graphQL resolver that looks like this: import { GraphQLSchema } from ‘graphql’; import { buildSubgraphSchema } from ‘@apollo/subgraph’; …