import type { GraphQLInterfaceType, GraphQLObjectType } from 'graphql'; export type GraphQLObjectLikeType = GraphQLObjectType | GraphQLInterfaceType;