Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ExampleSelectionToolbarDeleteExamplesMutation.graphql.ts2.7 kB
/** * @generated SignedSource<<d89d35b32d6cbd6f5351ea7cb816bbf3>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; export type DeleteDatasetExamplesInput = { datasetVersionDescription?: string | null; datasetVersionMetadata?: any | null; exampleIds: ReadonlyArray<string>; }; export type ExampleSelectionToolbarDeleteExamplesMutation$variables = { input: DeleteDatasetExamplesInput; }; export type ExampleSelectionToolbarDeleteExamplesMutation$data = { readonly deleteDatasetExamples: { readonly dataset: { readonly id: string; }; }; }; export type ExampleSelectionToolbarDeleteExamplesMutation = { response: ExampleSelectionToolbarDeleteExamplesMutation$data; variables: ExampleSelectionToolbarDeleteExamplesMutation$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "input" } ], v1 = [ { "alias": null, "args": [ { "kind": "Variable", "name": "input", "variableName": "input" } ], "concreteType": "DatasetMutationPayload", "kind": "LinkedField", "name": "deleteDatasetExamples", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "Dataset", "kind": "LinkedField", "name": "dataset", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null } ], "storageKey": null } ], "storageKey": null } ]; return { "fragment": { "argumentDefinitions": (v0/*: any*/), "kind": "Fragment", "metadata": null, "name": "ExampleSelectionToolbarDeleteExamplesMutation", "selections": (v1/*: any*/), "type": "Mutation", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "ExampleSelectionToolbarDeleteExamplesMutation", "selections": (v1/*: any*/) }, "params": { "cacheID": "b63159f3c325b9af3dc469692f9329e5", "id": null, "metadata": {}, "name": "ExampleSelectionToolbarDeleteExamplesMutation", "operationKind": "mutation", "text": "mutation ExampleSelectionToolbarDeleteExamplesMutation(\n $input: DeleteDatasetExamplesInput!\n) {\n deleteDatasetExamples(input: $input) {\n dataset {\n id\n }\n }\n}\n" } }; })(); (node as any).hash = "455bf9e5dc4b9cc655095dc829ef7e12"; export default node;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server