Configuration
Introduction
The configuration.json
file is generated whenever you introspect a new connector. The file is located in the
<connector_name>/connector
sub-directory of its parent subgraph.
The configuration is a metadata object that lists all the database entities — such as tables — that the data connector has to know about in order to serve queries. When your database schema changes you will have to update the configuration accordingly.
While the configuration.json
file is generated and populated for you, you can hand-edit sections (such as
native queries) to manipulate what resources are available to your application.