Closed MoffMade closed 4 years ago
Submitted PR #41 but I think it's missing some of the auto-generation steps for arrow/docs.
Tested and merged in #41 thank you @nathandunn!
Included this logic in delete_organism and update_organism as well in #44
For apollo instances with many organisms, the addOrganism call can often timeout as it builds the FindAllOrganisms call at the end of the method on the Apollo side. They have the option
returnAllOrganisms: boolean (optional) Return all organisms (true / false) (default true)
listed in the Webservices API, which disables this behavior and causes it to return an empty JSON instead of one containing all the organisms in the database.I'd like to extend the current add_organisms call to make use of this parameter so that it can be made available down the line in some of the Galaxy tools that we use experiencing this issue.