Make the default data source explicit in the GraphQL schema
Closed this issue · 1 comments
sklarman commented
Current Behavior
Currently the default source is selected in the config and managed implicitly in the code.
Expected Behavior
The default data source should be explicit in the GraphQL schema as a default value of the source
argument on every query and mutation, analogical to:
inferred: Boolean = false
anvime commented
fixed