Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ProjectAnnotationConfigCardContentProjectAnnotationsQuery.graphql.ts5.62 kB
/** * @generated SignedSource<<f3c663a6d8f0418fba333b7768369559>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ProjectAnnotationConfigCardContentProjectAnnotationsQuery$variables = { id: string; }; export type ProjectAnnotationConfigCardContentProjectAnnotationsQuery$data = { readonly node: { readonly " $fragmentSpreads": FragmentRefs<"ProjectAnnotationConfigCardContent_project_annotations">; }; }; export type ProjectAnnotationConfigCardContentProjectAnnotationsQuery = { response: ProjectAnnotationConfigCardContentProjectAnnotationsQuery$data; variables: ProjectAnnotationConfigCardContentProjectAnnotationsQuery$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "id" } ], v1 = [ { "kind": "Variable", "name": "id", "variableName": "id" } ], v2 = { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null }, v3 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }; return { "fragment": { "argumentDefinitions": (v0/*: any*/), "kind": "Fragment", "metadata": null, "name": "ProjectAnnotationConfigCardContentProjectAnnotationsQuery", "selections": [ { "alias": null, "args": (v1/*: any*/), "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "args": null, "kind": "FragmentSpread", "name": "ProjectAnnotationConfigCardContent_project_annotations" } ], "storageKey": null } ], "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "ProjectAnnotationConfigCardContentProjectAnnotationsQuery", "selections": [ { "alias": null, "args": (v1/*: any*/), "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ (v2/*: any*/), (v3/*: any*/), { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "concreteType": "AnnotationConfigConnection", "kind": "LinkedField", "name": "annotationConfigs", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "AnnotationConfigEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": null, "args": null, "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ (v2/*: any*/), { "kind": "InlineFragment", "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null } ], "type": "AnnotationConfigBase", "abstractKey": "__isAnnotationConfigBase" }, { "kind": "InlineFragment", "selections": [ (v3/*: any*/) ], "type": "Node", "abstractKey": "__isNode" } ], "storageKey": null } ], "storageKey": null } ], "storageKey": null } ], "type": "Project", "abstractKey": null } ], "storageKey": null } ] }, "params": { "cacheID": "55ea4da3484ae5175d964a89d943e42b", "id": null, "metadata": {}, "name": "ProjectAnnotationConfigCardContentProjectAnnotationsQuery", "operationKind": "query", "text": "query ProjectAnnotationConfigCardContentProjectAnnotationsQuery(\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ProjectAnnotationConfigCardContent_project_annotations\n id\n }\n}\n\nfragment ProjectAnnotationConfigCardContent_project_annotations on Project {\n annotationConfigs {\n edges {\n node {\n __typename\n ... on AnnotationConfigBase {\n __isAnnotationConfigBase: __typename\n name\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n }\n }\n id\n}\n" } }; })(); (node as any).hash = "f7049daf44d5f6a2e085c04cc187e86e"; 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