Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
DatasetLabelConfigButtonSetLabelsMutation.graphql.ts3.83 kB
/** * @generated SignedSource<<6387ad8b67e7dbd322304ecae291b1ff>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; export type DatasetLabelConfigButtonSetLabelsMutation$variables = { datasetId: string; datasetLabelIds: ReadonlyArray<string>; }; export type DatasetLabelConfigButtonSetLabelsMutation$data = { readonly setDatasetLabels: { readonly dataset: { readonly id: string; readonly labels: ReadonlyArray<{ readonly color: string; readonly id: string; readonly name: string; }>; }; }; }; export type DatasetLabelConfigButtonSetLabelsMutation = { response: DatasetLabelConfigButtonSetLabelsMutation$data; variables: DatasetLabelConfigButtonSetLabelsMutation$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "datasetId" }, { "defaultValue": null, "kind": "LocalArgument", "name": "datasetLabelIds" } ], v1 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }, v2 = [ { "alias": null, "args": [ { "fields": [ { "kind": "Variable", "name": "datasetId", "variableName": "datasetId" }, { "kind": "Variable", "name": "datasetLabelIds", "variableName": "datasetLabelIds" } ], "kind": "ObjectValue", "name": "input" } ], "concreteType": "SetDatasetLabelsMutationPayload", "kind": "LinkedField", "name": "setDatasetLabels", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "Dataset", "kind": "LinkedField", "name": "dataset", "plural": false, "selections": [ (v1/*: any*/), { "alias": null, "args": null, "concreteType": "DatasetLabel", "kind": "LinkedField", "name": "labels", "plural": true, "selections": [ (v1/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "color", "storageKey": null } ], "storageKey": null } ], "storageKey": null } ], "storageKey": null } ]; return { "fragment": { "argumentDefinitions": (v0/*: any*/), "kind": "Fragment", "metadata": null, "name": "DatasetLabelConfigButtonSetLabelsMutation", "selections": (v2/*: any*/), "type": "Mutation", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "DatasetLabelConfigButtonSetLabelsMutation", "selections": (v2/*: any*/) }, "params": { "cacheID": "2578453afc9307312ce6d800e272e7fd", "id": null, "metadata": {}, "name": "DatasetLabelConfigButtonSetLabelsMutation", "operationKind": "mutation", "text": "mutation DatasetLabelConfigButtonSetLabelsMutation(\n $datasetId: ID!\n $datasetLabelIds: [ID!]!\n) {\n setDatasetLabels(input: {datasetId: $datasetId, datasetLabelIds: $datasetLabelIds}) {\n dataset {\n id\n labels {\n id\n name\n color\n }\n }\n }\n}\n" } }; })(); (node as any).hash = "c3b75ee3be0ec65cbebd4a7b7a9b770c"; 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