McpServerConfigsConnection
A connection to a list of McpServerConfig values.
type McpServerConfigsConnection {
nodes: [McpServerConfig!]!
edges: [McpServerConfigsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
McpServerConfigsConnection.nodes ● [McpServerConfig!]! non-null object
A list of McpServerConfig objects.
McpServerConfigsConnection.edges ● [McpServerConfigsEdge!]! non-null object
A list of edges which contains the McpServerConfig and cursor to aid in pagination.
McpServerConfigsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
McpServerConfigsConnection.totalCount ● Int! non-null scalar
The count of *all* McpServerConfig you could get from the connection.
Returned By
mcpServerConfigsConnection query
Member Of
Workspace object ● WorkspaceAccount object