@copilotkit/runtime-client-gql
Version:
<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>
10 lines (7 loc) • 514 B
TypeScript
import * as _graphql_typed_document_node_core from '@graphql-typed-document-node/core';
import { GenerateCopilotResponseMutation, Exact, GenerateCopilotResponseInput, InputMaybe, Scalars } from '../@generated/graphql.js';
declare const generateCopilotResponseMutation: _graphql_typed_document_node_core.TypedDocumentNode<GenerateCopilotResponseMutation, Exact<{
data: GenerateCopilotResponseInput;
properties?: InputMaybe<Scalars["JSONObject"]["input"]>;
}>>;
export { generateCopilotResponseMutation };