Datasource constructor
Datasource({
- HttpGraphql? httpGraphql,
- PostgreSql? postgresql,
Implementation
Datasource({this.httpGraphql, this.postgresql});
Datasource({this.httpGraphql, this.postgresql});