Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation.graphql.ts7.02 kB
/** * @generated SignedSource<<1260618dd7aa71036687ecefa30c1432>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation$variables = { annotationConfigId: string; projectId: string; }; export type ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation$data = { readonly addAnnotationConfigToProject: { readonly project: { readonly " $fragmentSpreads": FragmentRefs<"ProjectAnnotationConfigCardContent_project_annotations">; }; }; }; export type ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation = { response: ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation$data; variables: ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation$variables; }; const node: ConcreteRequest = (function(){ var v0 = { "defaultValue": null, "kind": "LocalArgument", "name": "annotationConfigId" }, v1 = { "defaultValue": null, "kind": "LocalArgument", "name": "projectId" }, v2 = [ { "fields": [ { "kind": "Variable", "name": "annotationConfigId", "variableName": "annotationConfigId" }, { "kind": "Variable", "name": "projectId", "variableName": "projectId" } ], "kind": "ObjectValue", "name": "input" } ], v3 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }; return { "fragment": { "argumentDefinitions": [ (v0/*: any*/), (v1/*: any*/) ], "kind": "Fragment", "metadata": null, "name": "ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation", "selections": [ { "alias": null, "args": (v2/*: any*/), "concreteType": "AddAnnotationConfigToProjectPayload", "kind": "LinkedField", "name": "addAnnotationConfigToProject", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "Project", "kind": "LinkedField", "name": "project", "plural": false, "selections": [ { "args": null, "kind": "FragmentSpread", "name": "ProjectAnnotationConfigCardContent_project_annotations" } ], "storageKey": null } ], "storageKey": null } ], "type": "Mutation", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": [ (v1/*: any*/), (v0/*: any*/) ], "kind": "Operation", "name": "ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation", "selections": [ { "alias": null, "args": (v2/*: any*/), "concreteType": "AddAnnotationConfigToProjectPayload", "kind": "LinkedField", "name": "addAnnotationConfigToProject", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "Project", "kind": "LinkedField", "name": "project", "plural": false, "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": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null }, { "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 }, (v3/*: any*/) ], "storageKey": null } ], "storageKey": null } ] }, "params": { "cacheID": "e42b3ed6b172e28b34ecf4dd15c90da7", "id": null, "metadata": {}, "name": "ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation", "operationKind": "mutation", "text": "mutation ProjectAnnotationConfigCardContentAddAnnotationConfigToProjectMutation(\n $projectId: ID!\n $annotationConfigId: ID!\n) {\n addAnnotationConfigToProject(input: {projectId: $projectId, annotationConfigId: $annotationConfigId}) {\n project {\n ...ProjectAnnotationConfigCardContent_project_annotations\n id\n }\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 = "8ddedb3199b7bc0ad4ad95e2bcbbbb60"; 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