UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 152 B
import type { TypeGroup } from '../../schema/index.js'; export interface TypeReference { name: string; field?: string; group?: TypeGroup; }