Skip to main content

mcpServerConfigs

Reads a set of McpServerConfig.

mcpServerConfigs(
first: Int
offset: Int
orderBy: [McpServerConfigsOrderBy!]
condition: McpServerConfigCondition
filter: McpServerConfigFilter
): [McpServerConfig!]

Arguments

mcpServerConfigs.first ● Int scalar

Only read the first n values of the set.

mcpServerConfigs.offset ● Int scalar

Skip the first n values.

mcpServerConfigs.orderBy ● [McpServerConfigsOrderBy!] list enum

The method to use when ordering McpServerConfig.

mcpServerConfigs.condition ● McpServerConfigCondition input

A condition to be used in determining which values should be returned by the collection.

mcpServerConfigs.filter ● McpServerConfigFilter input

A filter to be used in determining which values should be returned by the collection.

Type

McpServerConfig object