* Start a Postgres container (for storing the schemas, mappings, etc). * Start the server with the config of that Postgres container. * Since the schema update endpoint will be in the admin server, also seed the db with some example data * Test queries/mutations etc. |
|