Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
DatasetLabelConfigButtonDatasetQuery.graphql.ts3.26 kB
/** * @generated SignedSource<<44a1f131667d248b22a12d65ea6560b5>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; export type DatasetLabelConfigButtonDatasetQuery$variables = { datasetId: string; }; export type DatasetLabelConfigButtonDatasetQuery$data = { readonly dataset: { readonly id?: string; readonly labels?: ReadonlyArray<{ readonly id: string; }>; }; }; export type DatasetLabelConfigButtonDatasetQuery = { response: DatasetLabelConfigButtonDatasetQuery$data; variables: DatasetLabelConfigButtonDatasetQuery$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "datasetId" } ], v1 = [ { "kind": "Variable", "name": "id", "variableName": "datasetId" } ], v2 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }, v3 = { "alias": null, "args": null, "concreteType": "DatasetLabel", "kind": "LinkedField", "name": "labels", "plural": true, "selections": [ (v2/*: any*/) ], "storageKey": null }; return { "fragment": { "argumentDefinitions": (v0/*: any*/), "kind": "Fragment", "metadata": null, "name": "DatasetLabelConfigButtonDatasetQuery", "selections": [ { "alias": "dataset", "args": (v1/*: any*/), "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "kind": "InlineFragment", "selections": [ (v2/*: any*/), (v3/*: any*/) ], "type": "Dataset", "abstractKey": null } ], "storageKey": null } ], "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "DatasetLabelConfigButtonDatasetQuery", "selections": [ { "alias": "dataset", "args": (v1/*: any*/), "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null }, (v2/*: any*/), { "kind": "InlineFragment", "selections": [ (v3/*: any*/) ], "type": "Dataset", "abstractKey": null } ], "storageKey": null } ] }, "params": { "cacheID": "d81fb0ed71ad775cadfabcd321d3ecb8", "id": null, "metadata": {}, "name": "DatasetLabelConfigButtonDatasetQuery", "operationKind": "query", "text": "query DatasetLabelConfigButtonDatasetQuery(\n $datasetId: ID!\n) {\n dataset: node(id: $datasetId) {\n __typename\n ... on Dataset {\n id\n labels {\n id\n }\n }\n id\n }\n}\n" } }; })(); (node as any).hash = "10201e78988076ff07959a7b0cd0c5be"; 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