Closed erichartline closed 5 years ago
Known bugs:
ListStrains
and ListPlasmids
require all three parameters (cursor, limit, filter) to be provided, otherwise it errors out.m.NotFound = true
, but this may not be optimal.Update resolvers are still a work in progress.
Latest update:
) and return a map with their values. Then I use
mapstructure` to decode that into the necessary output structure.m.NotFound
checks were trying to return an error they did not have access to. I wrote a custom error message to replace them.Current issues:
UpdatePlasmid
crashes the server if one of the optional plasmid_properties
fields isn't included.ListStrains
and ListPlasmids
require all three parameters to be provided. One possible way around this is to use an input object within the schema instead of three separate parameters.NextCursor
and PreviousCursor
implemented.
Problems: A number of fields cannot be retrieved from backend yet