cassandra-data-apis
cassandra-data-apis copied to clipboard
Add DATA_API_INCLUDED_KEYSPACES to settings
By default we should include all of them but this will be a helpful complimentary setting for users that only want to expose a subset of user keyspaces
We have the option for a single keyspace,DATA_API_KEYSPACE that, when set, exposes the schema at /graphql (no subpath with the ks name).
Maybe this should supersede single keyspace mode?