MCP Server for GraphQL

Build 25.0.9440

Schema

This section provides a complete list of the Schema properties you can configure in the connection string for this provider.


PropertyDescription
LocationSpecifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
TablesOptional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
ViewsOptional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .
ExpandArgumentsDepthSpecifies the depth the provider searches for columns within nested GraphQL arguments of type INPUT_OBJECT. Higher values expand deeper levels of nested fields, while lower values limit the expansion.
ExpandTablesDepthSpecifies how deeply the provider explores nested child tables in the GraphQL schema when building the relational model. This setting only takes effect if the ExposeObjectTables property is set to DEEP.
ExpandTemporaryTablesDepthSpecifies the depth at which the provider includes nested child temporary tables in the schema. This property only takes effect when the ExposeDynamicProcedures property is set to true.
ExpandColumnsDepthSpecifies the depth at which the provider searches for columns within nested GraphQL objects, exposing those fields as columns.
IncludeDeprecatedMetadataSpecifies whether the provider includes deprecated tables and columns in the schema.
ExposeDynamicProceduresSpecifies whether the provider exposes GraphQL mutations as dynamic procedures in the schema.
ExposeObjectTablesSpecifies the scope of GraphQL object type fields that the provider exposes as tables in the schema.
ExposeAbstractTypesSpecifies the scope of GraphQL abstract types (interfaces and unions) that the provider exposes in the schema.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440