Brian
Brian
Running into similar. How did you resolve?
@benjamin-rood Is there an example anywhere of the `schema forwarding` technique you describe? Very interested in federation w/ neo4j
@viktorstrate Thanks very much for an excellent explanation and example project to illustrate the problem. Saved me a bunch of time. Nice Work!
Follow on question. After, reviewing the [build variants](https://github.com/appbaseio/abc#53-build-variants), I'm confused. Is it possible to contribute or fork the `import` functionality?
Tried starting @xstate/viz example. Use npm link, etc. No luck. No errors during build or start, but rendered blank page. @davidkpiano ^
A few more experiments reveals support for `_count`: just add it like any other parameter. ``` studies = [s for s in rs.ResearchStudy.where(struct={'_count':'1000'}).perform_resources(smart.server)] ```
Leaving this here in case it helps someone. For our use case, we [patched](https://github.com/anvilproject/client-apis/pull/47/commits/2770568b5ea30fe60063b74202e7c9192b7d7e7a#diff-cee6ef7d123e742a145a07e4721326de4adea0bb417be14c4b1c01b8dd50318dR53 ) the underlying FHIRSearch.perform class to dispatch the search to multiple endpoints. Note: the caller will...
+1 Running into the same problem
See http://rest.ensembl.org/documentation/info/gacallSet for another example
Ideally, we should be able to add a new _Connector_ "adding some new python classes that implement a specific, documented convention or interface & configuring via yml". A key test...