McpServerConfigCondition
A condition to be used against McpServerConfig object types. All fields are
tested for equality and combined with a logical ‘and.’
input McpServerConfigCondition {
id: String
workspaceId: String
name: String
url: String
transport: String
authType: String
accessScope: String
registeredClientId: String
discoveredTools: JSON
toolsDiscoveredAt: Datetime
createdByWorkspaceAccountId: String
enabled: Boolean
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
McpServerConfigCondition.id ● String scalar
Checks for equality with the object’s id field.
McpServerConfigCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
McpServerConfigCondition.name ● String scalar
Checks for equality with the object’s name field.
McpServerConfigCondition.url ● String scalar
Checks for equality with the object’s url field.
McpServerConfigCondition.transport ● String scalar
Checks for equality with the object’s transport field.
McpServerConfigCondition.authType ● String scalar
Checks for equality with the object’s authType field.
McpServerConfigCondition.accessScope ● String scalar
Checks for equality with the object’s accessScope field.
McpServerConfigCondition.registeredClientId ● String scalar
Checks for equality with the object’s registeredClientId field.
McpServerConfigCondition.discoveredTools ● JSON scalar
Checks for equality with the object’s discoveredTools field.
McpServerConfigCondition.toolsDiscoveredAt ● Datetime scalar
Checks for equality with the object’s toolsDiscoveredAt field.
McpServerConfigCondition.createdByWorkspaceAccountId ● String scalar
Checks for equality with the object’s createdByWorkspaceAccountId field.
McpServerConfigCondition.enabled ● Boolean scalar
Checks for equality with the object’s enabled field.
McpServerConfigCondition.version ● Int scalar
Checks for equality with the object’s version field.
McpServerConfigCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
McpServerConfigCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
McpServerConfigCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
Member Of
mcpServerConfigs query ● mcpServerConfigsConnection query