Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ProjectDashboardsTableProjectsQuery.graphql.ts5.37 kB
/** * @generated SignedSource<<5afafd18d74075a1686c8a4c423aa27b>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ProjectDashboardsTableProjectsQuery$variables = { after?: string | null; first?: number | null; }; export type ProjectDashboardsTableProjectsQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"ProjectDashboardsTable_projects">; }; export type ProjectDashboardsTableProjectsQuery = { response: ProjectDashboardsTableProjectsQuery$data; variables: ProjectDashboardsTableProjectsQuery$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "after" }, { "defaultValue": 50, "kind": "LocalArgument", "name": "first" } ], v1 = [ { "kind": "Variable", "name": "after", "variableName": "after" }, { "kind": "Variable", "name": "first", "variableName": "first" } ], v2 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }; return { "fragment": { "argumentDefinitions": (v0/*: any*/), "kind": "Fragment", "metadata": null, "name": "ProjectDashboardsTableProjectsQuery", "selections": [ { "args": (v1/*: any*/), "kind": "FragmentSpread", "name": "ProjectDashboardsTable_projects" } ], "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "ProjectDashboardsTableProjectsQuery", "selections": [ { "alias": null, "args": (v1/*: any*/), "concreteType": "ProjectConnection", "kind": "LinkedField", "name": "projects", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "ProjectEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": "project", "args": null, "concreteType": "Project", "kind": "LinkedField", "name": "node", "plural": false, "selections": [ (v2/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null } ], "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "cursor", "storageKey": null }, { "alias": null, "args": null, "concreteType": "Project", "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null }, (v2/*: any*/) ], "storageKey": null } ], "storageKey": null }, { "alias": null, "args": null, "concreteType": "PageInfo", "kind": "LinkedField", "name": "pageInfo", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "endCursor", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "hasNextPage", "storageKey": null } ], "storageKey": null } ], "storageKey": null }, { "alias": null, "args": (v1/*: any*/), "filters": null, "handle": "connection", "key": "ProjectDashboardsTable_projects", "kind": "LinkedHandle", "name": "projects" } ] }, "params": { "cacheID": "b1c0d4dac4422f3e6fa1eefe59401c76", "id": null, "metadata": {}, "name": "ProjectDashboardsTableProjectsQuery", "operationKind": "query", "text": "query ProjectDashboardsTableProjectsQuery(\n $after: String = null\n $first: Int = 50\n) {\n ...ProjectDashboardsTable_projects_2HEEH6\n}\n\nfragment ProjectDashboardsTable_projects_2HEEH6 on Query {\n projects(first: $first, after: $after) {\n edges {\n project: node {\n id\n name\n }\n cursor\n node {\n __typename\n id\n }\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n" } }; })(); (node as any).hash = "7230783e4ba2832dc8133869d816638c"; 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