Type alias ResolverInput

ResolverInput: {
    description?: string | null;
    graph: string;
    name: string;
}

Type declaration

  • Optional description?: string | null
  • graph: string
  • name: string

Generated using TypeDoc